edu.ntnu.cikmr.workflow
Class ExecutableActivity
java.lang.Object
edu.ntnu.cikmr.workflow.ExecutableActivity
- All Implemented Interfaces:
- Executable, XMLRepresentation
- Direct Known Subclasses:
- Activity, Goal
public abstract class ExecutableActivity
- extends java.lang.Object
- implements Executable, XMLRepresentation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutableActivity
public ExecutableActivity()
setParent
protected void setParent(Goal parent)
setId
protected void setId(java.lang.String id)
setType
protected void setType(Individual type)
getParent
public Goal getParent()
getType
public Individual getType()
getId
public java.lang.String getId()
hasParent
public boolean hasParent()
getLog
public Log getLog()
control
public boolean control(java.lang.String command)
isHalted
public boolean isHalted()
halt
public void halt()
clearHalt
public void clearHalt()
toTypeXML
public abstract java.lang.String toTypeXML(java.lang.String location,
java.lang.String pipeID,
java.lang.String workflowID)