public interface TacticalObjective
Modifier and Type | Method and Description |
---|---|
float |
changePriority(float newPriority)
Change the priority of this objective.
|
java.lang.String |
getDescription()
Get the description of this objective.
|
float |
getPriority()
Get the current priority of this objective.
|
boolean |
objectiveAttained()
Whether the objective is already achieved
|
ValueRecorder |
situationContributeToTheObjective()
How much does the 'current situation' contributes to the objective.
|
boolean objectiveAttained()
ValueRecorder situationContributeToTheObjective()
float getPriority()
java.lang.String getDescription()
float changePriority(float newPriority)
newPriority
- The new priority.