Class InitialConditionActivity

java.lang.Object
gov.nasa.jpl.activity.Activity
gov.nasa.jpl.activity.InitialConditionActivity
All Implemented Interfaces:
PropertyChangeListener, Comparable<Activity>, EventListener

public class InitialConditionActivity extends Activity
Invoking the INCON command to the engine with a file ends up creating one of these activities, which sits in the modeling queue just like any other activity and jumps all resources it is given to the values it is given at the handoff time
  • Constructor Details

  • Method Details

    • model

      public void model()
      Description copied from class: Activity
      Provided for backwards compatibility, this function is called by modelFunc() if modelFunc() has not been specialized.
      Overrides:
      model in class Activity