org.wsmo.service.rule
Interface Rule
- All Known Subinterfaces:
- Add, ChoreographyChoose, ChoreographyForAll, ChoreographyIfThen, ChoreographyPipedRules, ChoreographyQuantifiedRule, ChoreographyRule, ChoreographyTransitionRule, Delete, OrchestrationAchieveGoal, OrchestrationApplyMediation, OrchestrationChoose, OrchestrationForAll, OrchestrationIfThen, OrchestrationInvokeService, OrchestrationPipedRules, OrchestrationQuantifiedRule, OrchestrationTransitionRule, Perform, Receive, Send, Update, UpdateRule
- All Known Implementing Classes:
- AbstractQuantifiedRuleRI, AbstractQuantifiedRuleRI, AbstractTransitionRuleRI, AbstractTransitionRuleRI, AbstractUpdateRule, AddRI, ChooseRI, ChooseRI, DeleteRI, ForAllRI, ForAllRI, IfThenRI, IfThenRI, OrchestrationAchieveGoalRI, OrchestrationApplyMediationRI, OrchestrationInvokeServiceRI, PerformRI, PipedRulesRI, PipedRulesRI, ReceiveRI, SendRI, UpdateRI
public interface Rule
Upper Rule Interface for Orchestration.
Created on Jul 26, 2005
Committed by $Author: vassil_momtchev $
$Source$
- Version:
- $Revision: 1844 $ $Date: 2006-10-24 17:11:48 +0300 (Tue, 24 Oct 2006) $
- Author:
- James Scicluna, Thomas Haselwanter, Holger Lausen
Method Summary |
void |
accept(Visitor visitor)
Acceptor method for the Visitor. |
String |
toString(org.wsmo.common.TopEntity te)
Returns a string representation of the Rule. |
accept
void accept(Visitor visitor)
- Acceptor method for the Visitor.
- Parameters:
visitor
- Rule-Visitor object
toString
String toString(org.wsmo.common.TopEntity te)
- Returns a string representation of the Rule.
- Returns:
- String representing the rule object.
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.