Class ActivityExistentialGoal

java.lang.Object
gov.nasa.jpl.aerie.scheduler.goals.Goal
gov.nasa.jpl.aerie.scheduler.goals.ActivityExistentialGoal
Direct Known Subclasses:
ActivityTemplateGoal, ProceduralCreationGoal

public class ActivityExistentialGoal extends Goal
describes the desired existence of an activity within the solution plan
  • Field Details

    • childCustody

      protected ChildCustody childCustody
      the activity instance sharing strategy used by this goal when calculating its own satisfaction
  • Constructor Details

    • ActivityExistentialGoal

      public ActivityExistentialGoal()
      ctor creates new empty goal without identification / specification client code should use derived type builders to instance goals
  • Method Details