public class GoalInfo extends AbstractBDIInfo
Constructor and Description |
---|
GoalInfo()
Create a new goal info.
|
GoalInfo(Object id,
String kind,
String type,
String lifecyclestate,
String processingstate)
Create a new goal info.
|
Modifier and Type | Method and Description |
---|---|
static GoalInfo |
createGoalInfo(jadex.rules.state.IOAVState state,
Object goal,
Object scope)
Create an info object for a goal.
|
String |
getKind()
Return the kind.
|
String |
getLifecycleState()
Return the life cycle state.
|
String |
getProcessingState()
Return the processing state.
|
void |
setKind(String kind)
Set the kind.
|
void |
setLifecycleState(String lifecyclestate)
Set the life cycle state.
|
void |
setProcessingState(String processingstate)
Set the processing state.
|
String |
toString()
Get the string representation.
|
public String getKind()
public void setKind(String kind)
public String getLifecycleState()
public void setLifecycleState(String lifecyclestate)
public String getProcessingState()
public void setProcessingState(String processingstate)
public String toString()
Copyright © 2012. All Rights Reserved.