Package | Description |
---|---|
model.agent.humanAgent.aatom.strategicLevel.goal |
The goal module and its related classes.
|
Modifier and Type | Field and Description |
---|---|
private GoalState |
Goal.goalState
The goal state.
|
Modifier and Type | Method and Description |
---|---|
GoalState |
Goal.getGoalState()
Gets the goal state.
|
static GoalState |
GoalState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoalState[] |
GoalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|