Uses of Class
com.uc4.api.objects.ConditionsSet
-
Packages that use ConditionsSet Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of ConditionsSet in com.uc4.api.objects
Methods in com.uc4.api.objects that return ConditionsSet Modifier and Type Method Description ConditionsSet
WorkflowIF. condition()
Returns the condition of the IF.ConditionsSet
ConditionsSet. copy()
Creates a deep copy of this objectConditionsSet
JobPlanTask. postConditions()
This method provides access to the "Post-Conditions" of a JobPlan task.ConditionsSet
JobPlanTask. preConditions()
This method provides access to the "Pre-Conditions" of a JobPlan task. -
Uses of ConditionsSet in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return ConditionsSet Modifier and Type Method Description ConditionsSet
JobPlanMonitor.Task. postConditions()
Gets postconditions of this JobPlanMonitor task.ConditionsSet
JobPlanMonitor.Task. preConditions()
Gets preconditions of this JobPlanMonitor task.
-