|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deri.wsmo4j.orchestration.rule.PipedRulesRI
public class PipedRulesRI
Interface or class description
Constructor Summary | |
---|---|
PipedRulesRI()
|
|
PipedRulesRI(Set<Rule> rules)
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
Acceptor method for the Visitor. |
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 |
String |
toString()
|
String |
toString(org.wsmo.common.TopEntity te)
Returns a string representation of the Rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PipedRulesRI()
public PipedRulesRI(Set<Rule> rules)
Method Detail |
---|
public void addPipedRule(Rule rule)
OrchestrationPipedRules
addPipedRule
in interface OrchestrationPipedRules
rule
- Rule object to be addedpublic void removePipedRule(Rule rule)
OrchestrationPipedRules
removePipedRule
in interface OrchestrationPipedRules
rule
- Rule object to be removedpublic Set<Rule> listPipedRules()
OrchestrationPipedRules
listPipedRules
in interface OrchestrationPipedRules
public void accept(Visitor visitor)
Rule
accept
in interface Rule
visitor
- Rule-Visitor objectpublic String toString(org.wsmo.common.TopEntity te)
Rule
toString
in interface Rule
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |