ValueInStateStoppingConditionConstraint Properties |
The ValueInStateStoppingConditionConstraint type exposes the following members.
Name | Description | |
---|---|---|
ElementIdentification |
Gets or sets the name of the element in the state to compare with the
Threshold.
| |
InequalityCriteria |
Gets or sets how the calculated value should be checked to the threshold in the concrete type.
This works by checking the relation between the computed value and the threshold defined on the
derived type. So for example, if the computed value is 7000, the Threshold is 6000
and this property set to GreaterThan, this constraint will be
satisfied.
(Inherited from ThresholdStoppingConditionConstraint.) | |
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.) | |
Name |
Gets or sets the optional name of this constraint.
(Inherited from StoppingConditionConstraint.) | |
Threshold |
Gets or sets the threshold to compare with the value evaluated by the
ThresholdStoppingConditionConstraintEvaluator.
(Inherited from ThresholdStoppingConditionConstraint.) | |
Tolerance |
Gets or sets the tolerance to use when comparing the Threshold to the value evaluated
by the ThresholdStoppingConditionConstraintEvaluator.
(Inherited from ThresholdStoppingConditionConstraint.) | |
UseAbsoluteValue |
Gets or sets a value indicating whether the magnitude of the computed value should be used when
compared to the Threshold.
(Inherited from ThresholdStoppingConditionConstraint.) | |
WhenToCheck |
Gets or sets when to check this constraint (when a stop is detected or found).
(Inherited from StoppingConditionConstraint.) |