public class PlanInfo extends AbstractBDIInfo
Constructor and Description |
---|
PlanInfo()
Create a new info.
|
PlanInfo(Object id,
String type,
String state)
Create a new info.
|
Modifier and Type | Method and Description |
---|---|
static PlanInfo |
createPlanInfo(jadex.rules.state.IOAVState state,
Object plan,
Object scope)
Create an info object for a plan.
|
String |
getState()
Return the state.
|
void |
setState(String state)
Set the state.
|
String |
toString()
Get the string representation.
|
Copyright © 2012. All Rights Reserved.