public static class APL.MGoalInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
binding
The bindings.
|
protected MGoal |
mgoal
The mgoal.
|
Constructor and Description |
---|
MGoalInfo()
Create a new plan info.
|
MGoalInfo(MGoal mgoal,
java.util.Map<java.lang.String,java.lang.Object> binding)
Create a new plan info.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getBinding()
Get the binding.
|
MGoal |
getMGoal()
Get the mgoal.
|
void |
setBinding(java.util.Map<java.lang.String,java.lang.Object> binding)
The binding to set.
|
void |
setMGoal(MGoal mgoal)
Set the mgoal.
|
protected MGoal mgoal
protected java.util.Map<java.lang.String,java.lang.Object> binding
public MGoalInfo()
public MGoalInfo(MGoal mgoal, java.util.Map<java.lang.String,java.lang.Object> binding)
mplan
- binding
- public MGoal getMGoal()
public void setMGoal(MGoal mgoal)
mgoal
- The mgoal to setpublic java.util.Map<java.lang.String,java.lang.Object> getBinding()
public void setBinding(java.util.Map<java.lang.String,java.lang.Object> binding)
binding
- The binding to set