Package jadex.bdi.runtime.impl
Class APL.MGoalInfo
java.lang.Object
jadex.bdi.runtime.impl.APL.MGoalInfo
- Enclosing class:
APL
Goal info that contains the mgoal and the parameter bindings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mgoal
The mgoal. -
binding
The bindings.
-
-
Constructor Details
-
MGoalInfo
public MGoalInfo()Create a new plan info. -
MGoalInfo
Create a new plan info.- Parameters:
binding
-mplan
-
-
-
Method Details
-
getMGoal
Get the mgoal.- Returns:
- The mgoal
-
setMGoal
Set the mgoal.- Parameters:
mgoal
- The mgoal to set
-
getBinding
Get the binding.- Returns:
- The binding
-
setBinding
The binding to set.- Parameters:
binding
- The binding to set
-