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

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

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

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

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

Classes in org.deri.wsmo4j.orchestration.rule that implement OrchestrationIfThen
 class IfThenRI
          Reference Implementation for the IfThen rule.
 

Uses of OrchestrationIfThen in org.wsmo.factory
 

Methods in org.wsmo.factory that return OrchestrationIfThen
 OrchestrationIfThen OrchestrationFactory.TransitionRules.createIfThen(Condition expression, Rule rule)
           
 OrchestrationIfThen OrchestrationFactory.TransitionRules.createIfThen(Condition expression, Set<Rule> rules)
           
 

Uses of OrchestrationIfThen in org.wsmo.service.rule
 

Methods in org.wsmo.service.rule with parameters of type OrchestrationIfThen
 void Visitor.visitOrchestrationIfThen(OrchestrationIfThen rule)
          Visitor for if-then rules.
 



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