org.deri.wsmo4j.rule
Class PerformRI

java.lang.Object
  extended by org.deri.wsmo4j.rule.PerformRI
All Implemented Interfaces:
Perform, Rule
Direct Known Subclasses:
OrchestrationAchieveGoalRI, OrchestrationApplyMediationRI, OrchestrationInvokeServiceRI, ReceiveRI, SendRI

public abstract class PerformRI
extends Object
implements Perform

Perform Implementation.

      Created on Jul 26, 2005
      Committed by $Author: haselwanter $
      $Source$
 

Version:
$Revision: 1859 $ $Date: 2006-11-03 15:43:37 +0200 (Fri, 03 Nov 2006) $
Author:
Thomas Haselwanter

Constructor Summary
PerformRI(org.wsmo.common.IRI performance)
           
 
Method Summary
abstract  void accept(Visitor visitor)
          Acceptor method for the Visitor.
 org.wsmo.common.IRI getPerformIRI()
           
 void setPerformIRI(org.wsmo.common.IRI iri)
           
 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

PerformRI

public PerformRI(org.wsmo.common.IRI performance)
Parameters:
fact - A CompoundFact object defining the fact of the Add rule
Method Detail

accept

public abstract 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

getPerformIRI

public org.wsmo.common.IRI getPerformIRI()
Specified by:
getPerformIRI in interface Perform

setPerformIRI

public void setPerformIRI(org.wsmo.common.IRI iri)
Specified by:
setPerformIRI in interface Perform


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