|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrchestrationPipedRules
Interface or class description
Method Summary | |
---|---|
void |
addPipedRule(Rule rule)
Adds a rule to the list of piped rules |
Set<Rule> |
listPipedRules()
returns the set of Piped Rules |
void |
removePipedRule(Rule rule)
Removes a rule from the list of piped rules |
Methods inherited from interface org.wsmo.service.rule.Rule |
---|
accept, toString |
Method Detail |
---|
void addPipedRule(Rule rule)
rule
- Rule object to be addedvoid removePipedRule(Rule rule)
rule
- Rule object to be removedSet<Rule> listPipedRules()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |