Interface GoalEvent

    • Method Detail

      • agent

        Agent agent()
        Gets the Agent.
        Returns:
        The agent
      • task

        Goal<? extends Agent> task()
        Gets the Goal to be assigned.
        Returns:
        The task
      • priority

        int priority()
        Gets the priority the task will be assigned to. Lower numbers mean higher priority.
        Returns:
        The priority