vs.poplanner
Class PlanLink

java.lang.Object
  extended by 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
 
Method Summary
 java.lang.String getCondition()
           
 java.lang.String getSrc()
           
 java.lang.String getTarget()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 from
targetStepName - name of the step in the plan that the link goes to
condition - condition of the causal link
Method Detail

getCondition

public java.lang.String getCondition()

getSrc

public java.lang.String getSrc()

getTarget

public java.lang.String getTarget()