org.deri.wsmo4j.orchestration.rule
Class PipedRulesRI

java.lang.Object
  extended by org.deri.wsmo4j.orchestration.rule.PipedRulesRI
All Implemented Interfaces:
OrchestrationPipedRules, Rule

public class PipedRulesRI
extends Object
implements OrchestrationPipedRules

Interface or class description

Version:
$Revision: 1851 $ $Date: 2006-10-24 18:01:07 +0300 (Tue, 24 Oct 2006) $
Author:
James Scicluna, Thomas Haselwanter Created on 02-Feb-2006 Committed by $Author: vassil_momtchev $ $Source$,

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

PipedRulesRI

public PipedRulesRI()

PipedRulesRI

public PipedRulesRI(Set<Rule> rules)
Method Detail

addPipedRule

public void addPipedRule(Rule rule)
Description copied from interface: OrchestrationPipedRules
Adds a rule to the list of piped rules

Specified by:
addPipedRule in interface OrchestrationPipedRules
Parameters:
rule - Rule object to be added

removePipedRule

public void removePipedRule(Rule rule)
Description copied from interface: OrchestrationPipedRules
Removes a rule from the list of piped rules

Specified by:
removePipedRule in interface OrchestrationPipedRules
Parameters:
rule - Rule object to be removed

listPipedRules

public Set<Rule> listPipedRules()
Description copied from interface: OrchestrationPipedRules
returns the set of Piped Rules

Specified by:
listPipedRules in interface OrchestrationPipedRules
Returns:
A Set of Rule objects

accept

public void accept(Visitor visitor)
Description copied from interface: Rule
Acceptor method for the Visitor.

Specified by:
accept in interface Rule
Parameters:
visitor - Rule-Visitor object

toString

public String toString(org.wsmo.common.TopEntity te)
Description copied from interface: Rule
Returns a string representation of the Rule.

Specified by:
toString in interface Rule
Returns:
String representing the rule object.

toString

public String toString()
Overrides:
toString in class Object


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