|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrchestrationQuantifiedRule
A quantified rule is a sub-class of Transition Rule such did it defines quantified variables. Such rules take the form of "forall" and "choose"
Created on Jul 26, 2005 Committed by $Author: vassil_momtchev $ $Source$
Method Summary | |
---|---|
void |
addVariable(org.omwg.ontology.Variable var)
Adds a quantified variable object |
void |
addVariables(Set<org.omwg.ontology.Variable> variables)
Adds a quantified variable object |
Set<org.omwg.ontology.Variable> |
listVariables()
Returns the set of Variable objects which are quantified by the Rule |
void |
removeVariable(org.omwg.ontology.Variable var)
Removes a quantified variable object from the rule |
Methods inherited from interface org.wsmo.service.orchestration.rule.OrchestrationTransitionRule |
---|
addRule, addRules, clearNestedRules, getCondition, listNestedRules, removeRule, setCondition, setRules |
Methods inherited from interface org.wsmo.service.rule.Rule |
---|
accept, toString |
Method Detail |
---|
Set<org.omwg.ontology.Variable> listVariables()
void addVariable(org.omwg.ontology.Variable var)
var
- Variable objectvoid addVariables(Set<org.omwg.ontology.Variable> variables)
variables
- Variable objectvoid removeVariable(org.omwg.ontology.Variable var)
var
- Variable object to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |