edu.ntnu.cikmr.workflow
Class Statement

java.lang.Object
  extended by edu.ntnu.cikmr.workflow.Statement
All Implemented Interfaces:
Executable, XMLRepresentation
Direct Known Subclasses:
Compare, Condition, Execute, FindResource, Invoke, IsDefined, SetDefined, UseResource, Wait

public abstract class Statement
extends java.lang.Object
implements Executable, XMLRepresentation


Constructor Summary
Statement()
           
 
Method Summary
 Activity getParent()
           
protected  java.lang.String resolve(java.lang.String parameter)
           
protected  void setParent(Activity activity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.ntnu.cikmr.workflow.Executable
execute, getResult
 
Methods inherited from interface edu.ntnu.cikmr.XMLRepresentation
fromXML, toXML
 

Constructor Detail

Statement

public Statement()
Method Detail

setParent

protected void setParent(Activity activity)

getParent

public Activity getParent()

resolve

protected java.lang.String resolve(java.lang.String parameter)