Interface GoalBuilder<O extends Agent,​G extends Goal<O>,​B extends GoalBuilder<O,​G,​B>>

    • Method Detail

      • build

        G build​(O owner)
        Builds the Goal.
        Parameters:
        owner - The owner of the task
        Returns:
        The goal