FollowSegmentStartsWithStoppingConditions Properties |
The FollowSegmentStartsWithStoppingConditions type exposes the following members.
Name | Description | |
---|---|---|
Conditions |
Gets the list of StoppingConditions that
will end propagation of the FollowSegment. Note that any
StoppingConditions that are put onto the StoppingConditions
will still be active and can stop propagation independent of these conditions.
| |
IgnoreFinalPropagation |
Gets a value indicating whether the parent FollowSegment should ignore its EndOfFollowSegment.
This would be because the initial state should also be the final state.
(Inherited from FollowSegmentBeginning.) | |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
UseWrappedStoppingConditions |
Gets or sets a value indicating whether the stopping conditions on the wrapped propagator should be used when finding the start state.
This defaults to .
|