Uses of Interface
org.wsmo.service.choreography.rule.ChoreographyChoose

Packages that use ChoreographyChoose
org.deri.wsmo4j.choreography.rule   
org.deri.wsmo4j.io.serializer.wsml   
org.wsmo.factory   
org.wsmo.service.rule   
 

Uses of ChoreographyChoose in org.deri.wsmo4j.choreography.rule
 

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

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

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

Uses of ChoreographyChoose in org.wsmo.factory
 

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

Uses of ChoreographyChoose in org.wsmo.service.rule
 

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



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