Uses of Class
org.eclipse.emf.mwe.ewm.workflow.orchestration.WorkflowExecutionPredicate

Packages that use WorkflowExecutionPredicate
org.eclipse.emf.mwe.ewm.workflow.orchestration   
org.eclipse.emf.mwe.ewm.workflow.orchestration.util   
org.eclipse.emf.mwe.ewm.workflow.orchestration.validation   
 

Uses of WorkflowExecutionPredicate in org.eclipse.emf.mwe.ewm.workflow.orchestration
 

Subclasses of WorkflowExecutionPredicate in org.eclipse.emf.mwe.ewm.workflow.orchestration
 class WorkflowLoopCountPredicate
          A representation of the model object 'Workflow Loop Count Predicate'.
 class WorkflowParameterPredicate
          A representation of the model object 'Workflow Parameter Predicate'.
 class WorkflowPredicateAND
          A representation of the model object 'Workflow Predicate AND'.
 class WorkflowPredicateOR
          A representation of the model object 'Workflow Predicate OR'.
 class WorkflowRerunPredicate
          A representation of the model object 'Workflow Rerun Predicate'.
 

Fields in org.eclipse.emf.mwe.ewm.workflow.orchestration declared as WorkflowExecutionPredicate
protected  WorkflowExecutionPredicate WorkflowComponentOrchestrationStrategy.condition
          The cached value of the 'Condition' containment reference.
protected  WorkflowExecutionPredicate WorkflowLoopComponentOrchestrationStrategy.loopCondition
          The cached value of the 'Loop Condition' containment reference.
 

Fields in org.eclipse.emf.mwe.ewm.workflow.orchestration with type parameters of type WorkflowExecutionPredicate
protected  org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> WorkflowPredicateAND.conditions
          The cached value of the 'Conditions' containment reference list.
protected  org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> WorkflowPredicateOR.conditions
          The cached value of the 'Conditions' containment reference list.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration that return WorkflowExecutionPredicate
 WorkflowExecutionPredicate WorkflowComponentOrchestrationStrategy.getCondition()
          Returns the value of the 'Condition' containment reference.
 WorkflowExecutionPredicate WorkflowLoopComponentOrchestrationStrategy.getLoopCondition()
          Returns the value of the 'Loop Condition' containment reference.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration that return types with arguments of type WorkflowExecutionPredicate
 org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> WorkflowPredicateAND.getConditions()
          Returns the value of the 'Conditions' containment reference list.
 org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> WorkflowPredicateOR.getConditions()
          Returns the value of the 'Conditions' containment reference list.
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration with parameters of type WorkflowExecutionPredicate
 org.eclipse.emf.common.notify.NotificationChain WorkflowComponentOrchestrationStrategy.basicSetCondition(WorkflowExecutionPredicate newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WorkflowLoopComponentOrchestrationStrategy.basicSetLoopCondition(WorkflowExecutionPredicate newLoopCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WorkflowComponentOrchestrationStrategy.setCondition(WorkflowExecutionPredicate newCondition)
          Sets the value of the 'Condition' containment reference.
 void WorkflowLoopComponentOrchestrationStrategy.setLoopCondition(WorkflowExecutionPredicate newLoopCondition)
          Sets the value of the 'Loop Condition' containment reference.
 

Uses of WorkflowExecutionPredicate in org.eclipse.emf.mwe.ewm.workflow.orchestration.util
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration.util with parameters of type WorkflowExecutionPredicate
 T OrchestrationSwitch.caseWorkflowExecutionPredicate(WorkflowExecutionPredicate object)
          Returns the result of interpreting the object as an instance of 'Workflow Execution Predicate'.
 

Uses of WorkflowExecutionPredicate in org.eclipse.emf.mwe.ewm.workflow.orchestration.validation
 

Methods in org.eclipse.emf.mwe.ewm.workflow.orchestration.validation with parameters of type WorkflowExecutionPredicate
 boolean WorkflowComponentOrchestrationStrategyValidator.validateCondition(WorkflowExecutionPredicate value)
           
 boolean WorkflowConditionalComponentOrchestrationStrategyValidator.validateCondition(WorkflowExecutionPredicate value)
           
 boolean WorkflowLoopComponentOrchestrationStrategyValidator.validateCondition(WorkflowExecutionPredicate value)
           
 boolean WorkflowLoopComponentOrchestrationStrategyValidator.validateLoopCondition(WorkflowExecutionPredicate value)
           
 

Method parameters in org.eclipse.emf.mwe.ewm.workflow.orchestration.validation with type arguments of type WorkflowExecutionPredicate
 boolean WorkflowConditionalComponentOrchestrationStrategyValidator.validateConditions(org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> value)
           
 boolean WorkflowLoopComponentOrchestrationStrategyValidator.validateConditions(org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> value)
           
 boolean WorkflowPredicateANDValidator.validateConditions(org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> value)
           
 boolean WorkflowPredicateORValidator.validateConditions(org.eclipse.emf.common.util.EList<WorkflowExecutionPredicate> value)