Click or drag to resize

ValueInStateStoppingConditionConstraint Properties

The ValueInStateStoppingConditionConstraint type exposes the following members.

Properties
  NameDescription
Public propertyElementIdentification
Gets or sets the name of the element in the state to compare with the Threshold.
Public propertyInequalityCriteria
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.)
Public propertyIsFrozen
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.)
Public propertyName
Gets or sets the optional name of this StoppingConditionConstraint.
(Inherited from StoppingConditionConstraint.)
Public propertyThreshold
Gets or sets the threshold to compare with the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
(Inherited from ThresholdStoppingConditionConstraint.)
Public propertyTolerance
Gets or sets the tolerance to use when comparing the Threshold to the value evaluated by the ThresholdStoppingConditionConstraintEvaluator.
(Inherited from ThresholdStoppingConditionConstraint.)
Public propertyUseAbsoluteValue
Gets or sets a value indicating whether the magnitude of the computed value should be used when compared to the Threshold.
(Inherited from ThresholdStoppingConditionConstraint.)
Public propertyWhenToCheck
Gets or sets when to check the StoppingConditionConstraint (when a stop is detected or found).
(Inherited from StoppingConditionConstraint.)
Top
See Also