org.wsmo.service.choreography.rule
Interface ChoreographyPipedRules

All Superinterfaces:
ChoreographyRule, Rule
All Known Implementing Classes:
PipedRulesRI

public interface ChoreographyPipedRules
extends ChoreographyRule

Interface or class description

Version:
$Revision: 1844 $ $Date: 2006-10-24 17:11:48 +0300 (Tue, 24 Oct 2006) $
Author:
James Scicluna, Thomas Haselwanter, Vassil Momtchev Created on 02-Feb-2006 Committed by $Author: vassil_momtchev $ $Source$,

Method Summary
 void addPipedRule(ChoreographyRule rule)
          Adds a rule to the list of piped rules
 Set<ChoreographyRule> listPipedRules()
          returns the set of Piped Rules
 void removePipedRule(ChoreographyRule rule)
          Removes a rule from the list of piped rules
 
Methods inherited from interface org.wsmo.service.rule.Rule
accept, toString
 

Method Detail

addPipedRule

void addPipedRule(ChoreographyRule rule)
Adds a rule to the list of piped rules

Parameters:
rule - Rule object to be added

removePipedRule

void removePipedRule(ChoreographyRule rule)
Removes a rule from the list of piped rules

Parameters:
rule - Rule object to be removed

listPipedRules

Set<ChoreographyRule> listPipedRules()
returns the set of Piped Rules

Returns:
A Set of Rule objects


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