Class Goal

All Implemented Interfaces:
FluentDescription, Serializable

public class Goal extends Condition
This class implements a goal, i.e., a set of positives and negative fluents.
Since:
4.0
See Also:
Serialized Form
  • Constructor Details

    • Goal

      public Goal(Goal goal)
      Create a new goal from a other goal.
      Parameters:
      goal - the other goal.
    • Goal

      public Goal(Condition condition)
      Create a new goal from a other goal.
      Parameters:
      condition - the other goal.
    • Goal

      public Goal()
      Create a new empty goal from a other goal.