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

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

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

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

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

Classes in org.deri.wsmo4j.orchestration.rule that implement OrchestrationForAll
 class ForAllRI
          Reference Implementation for the ForAll rule.
 

Uses of OrchestrationForAll in org.wsmo.factory
 

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

Uses of OrchestrationForAll in org.wsmo.service.rule
 

Methods in org.wsmo.service.rule with parameters of type OrchestrationForAll
 void Visitor.visitOrchestrationForAll(OrchestrationForAll rule)
          Visitor for forAll rules.
 



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