Package jadex.bdi.runtime.impl
Class APL.MPlanInfo
java.lang.Object
jadex.bdi.runtime.impl.APL.MPlanInfo
- Enclosing class:
APL
Plan info that contains the mgoal and the parameter bindings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mplan
The mplan. -
binding
The bindings.
-
-
Constructor Details
-
MPlanInfo
public MPlanInfo()Create a new plan info. -
MPlanInfo
Create a new plan info.- Parameters:
mplan
-binding
-
-
-
Method Details
-
getMPlan
Get the mplan.- Returns:
- The mplan
-
setMPlan
The mplan to set.- Parameters:
mplan
- The mplan to set
-
getBinding
Get the binding.- Returns:
- The binding
-
setBinding
The binding to set.- Parameters:
binding
- The binding to set
-
toString
Get the string representation.
-