vs.poplanner
Class PlanLink
java.lang.Object
vs.poplanner.PlanLink
public class PlanLink
- extends java.lang.Object
Represents a causal link in a plan. Immutable, only for getting information.
- Author:
- swartjes
Constructor Summary |
PlanLink(java.lang.String srcStepName,
java.lang.String targetStepName,
java.lang.String condition)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanLink
public PlanLink(java.lang.String srcStepName,
java.lang.String targetStepName,
java.lang.String condition)
- Constructor
- Parameters:
srcStepName
- name of the step in the plan that the link comes fromtargetStepName
- name of the step in the plan that the link goes tocondition
- condition of the causal link
getCondition
public java.lang.String getCondition()
getSrc
public java.lang.String getSrc()
getTarget
public java.lang.String getTarget()