Interface GoalController.GoalEntry

All Superinterfaces:
Comparable<GoalController.GoalEntry>
All Known Implementing Classes:
SimpleGoalEntry
Enclosing interface:
GoalController

public static interface GoalController.GoalEntry extends Comparable<GoalController.GoalEntry>
  • Method Details

    • getBehavior

      Behavior getBehavior()
      Returns:
      The Behavior held by this entry if it holds one, otherwise null
    • getGoal

      Goal getGoal()
      Returns:
      The Goal held by this entry
    • getPriority

      int getPriority()
      Returns:
      The goal's priority