Package | Description |
---|---|
agents | |
resources |
Modifier and Type | Method and Description |
---|---|
Constants.GoalDescription |
Agent.getAgentFirstPriorityGoalDescription() |
Constants.GoalDescription |
Agent.getAgentSecondPriorityGoalDescription() |
Modifier and Type | Method and Description |
---|---|
void |
Agent.setAgentFirstPriorityGoalDescription(Constants.GoalDescription agentFirstPriorityGoalDescription) |
void |
Agent.setAgentSecondPriorityGoalDescription(Constants.GoalDescription agentSecondPriorityGoalDescription) |
Modifier and Type | Method and Description |
---|---|
Constants.GoalDescription |
GoalParameter.getGoalDescription()
Gets the goal description.
|
Constants.GoalDescription |
Goal.getGoalDescription()
Gets the goalDescription.
|
static Constants.GoalDescription |
Constants.GoalDescription.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.GoalDescription[] |
Constants.GoalDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GoalParameter.setGoalDescription(Constants.GoalDescription pGoalDescription)
Sets the goalDescription attribute.
|
void |
Goal.setGoalDescription(Constants.GoalDescription pGoalDescription)
Sets the goalDescription attribute.
|
Constructor and Description |
---|
Goal(Constants.GoalDescription pGoalDescription,
int pGoalPriority) |
GoalParameter(Constants.GoalDescription pGoalDescription,
double pGoalProbability) |