ConditionTrigger

Use extensions of this class in Conditions to monitor system events and detect when potentially relevant objects become available. When the type of object for the ConditionTrigger appears, the trigger passes the object to the Condition for evaluation. If the Condition is satisfied and holds the object, it deactivates the trigger.

ConditionTrigger is an abstract class. It has CSOConditionTrigger, CSOLookupConditionTrigger, and TaskConditionTrigger as subclasses.

Online API:

For coding specifics, see the Simcenter STAR-CCM+ Help menu:

Help > Java API > star.assistant > ConditionTrigger