Uses of Class
gr.uoa.di.madgik.execution.plan.element.condition.ConditionTree

Packages that use ConditionTree
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.condition   
 

Uses of ConditionTree in gr.uoa.di.madgik.execution.plan.element
 

Fields in gr.uoa.di.madgik.execution.plan.element declared as ConditionTree
 ConditionTree LoopPlanElement.LoopCondition
          The condition of the loop which is evaluated on every iteration performed until it is evaluated to false in which case the loop is broken
 ConditionTree BagPlanElement.TerminationCondition
          If set, everytime an element is completed the condition is evaluated and if it evaluates to true, the execution is terminated.
 

Uses of ConditionTree in gr.uoa.di.madgik.execution.plan.element.condition
 

Fields in gr.uoa.di.madgik.execution.plan.element.condition declared as ConditionTree
 ConditionTree BagConditionalElement.Condition
           
 ConditionTree ConditionalFlow.Condition
           
 



Copyright © 2013. All Rights Reserved.