Package | Description |
---|---|
model.agent.humanAgent.aatom.strategicLevel.belief |
The belief module and its related classes.
|
model.agent.humanAgent.aatom.tacticalLevel.activity |
Activity related classes.
|
Modifier and Type | Field and Description |
---|---|
private ActivityState |
ActivityStatePair.activityState
The state.
|
Modifier and Type | Method and Description |
---|---|
ActivityState |
ActivityStatePair.getActivityState()
Gets the state.
|
Constructor and Description |
---|
ActivityStatePair(java.lang.Class<? extends Activity> activity,
ActivityState activityState)
Creates an activity state pair.
|
Modifier and Type | Field and Description |
---|---|
private ActivityState |
Activity.activityState
The activity state.
|
Modifier and Type | Method and Description |
---|---|
ActivityState |
Activity.getActivityState()
Gets the activity state.
|
static ActivityState |
ActivityState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityState[] |
ActivityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|