org.wsmo.factory
Interface OrchestrationFactory.TransitionRules

Enclosing class:
OrchestrationFactory

public static interface OrchestrationFactory.TransitionRules


Method Summary
 OrchestrationChoose createChoose(Set<org.omwg.ontology.Variable> variables, Condition condition, Rule rule)
           
 OrchestrationChoose createChoose(Set<org.omwg.ontology.Variable> variables, Condition condition, Set<Rule> rules)
           
 OrchestrationChoose createChoose(org.omwg.ontology.Variable variable, Condition condition, Rule rule)
           
 OrchestrationChoose createChoose(org.omwg.ontology.Variable variable, Condition condition, Set<Rule> rules)
           
 Condition createConditionFromLogicalExpression(org.omwg.logicalexpression.LogicalExpression e)
           
 OrchestrationForAll createForAll(Set<org.omwg.ontology.Variable> variables, Condition condition, Rule rule)
           
 OrchestrationForAll createForAll(Set<org.omwg.ontology.Variable> variables, Condition condition, Set<Rule> rules)
           
 OrchestrationForAll createForAll(org.omwg.ontology.Variable variable, Condition condition, Rule rule)
           
 OrchestrationForAll createForAll(org.omwg.ontology.Variable variable, Condition condition, Set<Rule> rules)
           
 OrchestrationIfThen createIfThen(Condition expression, Rule rule)
           
 OrchestrationIfThen createIfThen(Condition expression, Set<Rule> rules)
           
 

Method Detail

createConditionFromLogicalExpression

Condition createConditionFromLogicalExpression(org.omwg.logicalexpression.LogicalExpression e)
                                               throws org.wsmo.common.exception.InvalidModelException
Throws:
org.wsmo.common.exception.InvalidModelException

createIfThen

OrchestrationIfThen createIfThen(Condition expression,
                                 Rule rule)

createIfThen

OrchestrationIfThen createIfThen(Condition expression,
                                 Set<Rule> rules)

createForAll

OrchestrationForAll createForAll(org.omwg.ontology.Variable variable,
                                 Condition condition,
                                 Rule rule)

createForAll

OrchestrationForAll createForAll(Set<org.omwg.ontology.Variable> variables,
                                 Condition condition,
                                 Rule rule)

createForAll

OrchestrationForAll createForAll(org.omwg.ontology.Variable variable,
                                 Condition condition,
                                 Set<Rule> rules)

createForAll

OrchestrationForAll createForAll(Set<org.omwg.ontology.Variable> variables,
                                 Condition condition,
                                 Set<Rule> rules)

createChoose

OrchestrationChoose createChoose(org.omwg.ontology.Variable variable,
                                 Condition condition,
                                 Rule rule)

createChoose

OrchestrationChoose createChoose(Set<org.omwg.ontology.Variable> variables,
                                 Condition condition,
                                 Rule rule)

createChoose

OrchestrationChoose createChoose(org.omwg.ontology.Variable variable,
                                 Condition condition,
                                 Set<Rule> rules)

createChoose

OrchestrationChoose createChoose(Set<org.omwg.ontology.Variable> variables,
                                 Condition condition,
                                 Set<Rule> rules)


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