edu.ntnu.cikmr.arbitration.workflow
Class Goal
java.lang.Object
edu.ntnu.cikmr.arbitration.workflow.Activity
edu.ntnu.cikmr.arbitration.workflow.Goal
- All Implemented Interfaces:
- XMLRepresentation
public class Goal
- extends Activity
Constructor Summary |
Goal()
|
Goal(java.lang.String id,
java.lang.String type,
java.lang.String location,
java.lang.String pipeID,
java.lang.String workflowID)
|
Methods inherited from class edu.ntnu.cikmr.arbitration.workflow.Activity |
equals, getId, getLocation, getPipeID, getType, getWorkflowID, hashCode, setId, setLocation, setPipeID, setType, setWorkflowID, stringMatch |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Goal
public Goal()
Goal
public Goal(java.lang.String id,
java.lang.String type,
java.lang.String location,
java.lang.String pipeID,
java.lang.String workflowID)
add
public void add(Activity activity)
activityIterator
public java.util.Iterator<Activity> activityIterator()
fromXML
public void fromXML(org.w3c.dom.Node n)
- Specified by:
fromXML
in interface XMLRepresentation
- Overrides:
fromXML
in class Activity
toXML
public java.lang.String toXML()
- Specified by:
toXML
in interface XMLRepresentation
- Overrides:
toXML
in class Activity