Uses of Interface
org.wsmo.service.orchestration.rule.OrchestrationChoose

Packages that use OrchestrationChoose
org.deri.wsmo4j.io.serializer.wsml   
org.deri.wsmo4j.orchestration.rule   
org.wsmo.factory   
org.wsmo.service.rule   
 

Uses of OrchestrationChoose in org.deri.wsmo4j.io.serializer.wsml
 

Methods in org.deri.wsmo4j.io.serializer.wsml with parameters of type OrchestrationChoose
 void VisitorSerializeWSMLTransitionRules.visitOrchestrationChoose(OrchestrationChoose rule)
           
 

Uses of OrchestrationChoose in org.deri.wsmo4j.orchestration.rule
 

Classes in org.deri.wsmo4j.orchestration.rule that implement OrchestrationChoose
 class ChooseRI
          Reference Implementation for the Choose rule.
 

Uses of OrchestrationChoose in org.wsmo.factory
 

Methods in org.wsmo.factory that return OrchestrationChoose
 OrchestrationChoose OrchestrationFactory.TransitionRules.createChoose(Set<org.omwg.ontology.Variable> variables, Condition condition, Rule rule)
           
 OrchestrationChoose OrchestrationFactory.TransitionRules.createChoose(Set<org.omwg.ontology.Variable> variables, Condition condition, Set<Rule> rules)
           
 OrchestrationChoose OrchestrationFactory.TransitionRules.createChoose(org.omwg.ontology.Variable variable, Condition condition, Rule rule)
           
 OrchestrationChoose OrchestrationFactory.TransitionRules.createChoose(org.omwg.ontology.Variable variable, Condition condition, Set<Rule> rules)
           
 

Uses of OrchestrationChoose in org.wsmo.service.rule
 

Methods in org.wsmo.service.rule with parameters of type OrchestrationChoose
 void Visitor.visitOrchestrationChoose(OrchestrationChoose rule)
          Visitor for choose rules.
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.