|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrchestrationRules
Interface or class description
Method Summary | |
---|---|
void |
addRule(Rule rule)
Adds a rule to the choreography |
Set<Rule> |
listRules()
Returns Rules that make up this choreography. |
void |
removeRule(Rule rule)
Removes the specified rule from the choreography |
Methods inherited from interface org.wsmo.common.Entity |
---|
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue |
Method Detail |
---|
Set<Rule> listRules()
Rules
that make up this choreography.
Set
of Rules
void removeRule(Rule rule)
rule
- Rule object to be removedvoid addRule(Rule rule)
rule
- Rule object to be added to the choreography
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |