CSOLookupConditionTrigger
CSOLookupConditionTrigger
is an extension of
LookupConditionTrigger. Use extensions of this class in
Conditions to monitor CSOs in the task Lookup. The trigger watches for the addition and deletion of the CSO or its children, in addition to property changes. The trigger passes the object to the Condition only when these changes occur.
Example:
import star.assistant.CSOLookupConditionTrigger;
...
public class ModifyPolynomialDensityTask extends Task {
public ModifyPolynomialDensityTask() {
//add a precondition
//precondition: unavailable unless Polynomial in T exists.
CSOCondition<Continuum> continuumCondition = new CSOCondition<Continuum>();
continuumCondition.setDesc("A liquid physics continuum with a \"Polynomial in T\" method assigned for the Polynomial Density property.");
CSOLookupConditionTrigger<Continuum> continuumConditionTrigger = new CSOLookupConditionTrigger<Continuum>(Continuum.class);
Online API:
For coding specifics, see the Simcenter STAR-CCM+ Help menu: