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 ConditionsSetWorkflowIF. condition()Returns the condition of the IF.ConditionsSetConditionsSet. copy()Creates a deep copy of this objectConditionsSetJobPlanTask. postConditions()This method provides access to the "Post-Conditions" of a JobPlan task.ConditionsSetJobPlanTask. 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 ConditionsSetJobPlanMonitor.Task. postConditions()Gets postconditions of this JobPlanMonitor task.ConditionsSetJobPlanMonitor.Task. preConditions()Gets preconditions of this JobPlanMonitor task.
-