public class PlanInfo extends AbstractBDIInfo
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
state
The plan state (body, passed, failed, aborted).
|
id, type| Constructor and Description |
|---|
PlanInfo()
Create a new info.
|
PlanInfo(java.lang.Object id,
java.lang.String type,
java.lang.String state)
Create a new info.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanInfo |
createPlanInfo(RPlan plan)
Create an info object for a plan.
|
java.lang.String |
getState()
Return the state.
|
void |
setState(java.lang.String state)
Set the state.
|
java.lang.String |
toString()
Get the string representation.
|
public PlanInfo()
public PlanInfo(java.lang.Object id,
java.lang.String type,
java.lang.String state)