public abstract class PlanGoalDependency
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
METADATA_NAME |
protected Plan |
root |
| Constructor and Description |
|---|
PlanGoalDependency(Plan root) |
| Modifier and Type | Method and Description |
|---|---|
Plan |
getRoot()
Returns the plan that is the root of the plan-goal dependency, i.e.
|
public static final java.lang.String METADATA_NAME
protected Plan root
public PlanGoalDependency(Plan root)
public Plan getRoot()