Package gov.nasa.jpl.activity


package gov.nasa.jpl.activity
Package that contains the base Activity class that all activity types inherit from, as well as the class that holds lists of instances
  • Class
    Description
    The base Activity class that Blackbird is based on.
    A list of Activity objects.
    Utility class for storing off metadata about activity types (which are only defined in the Activity base class) for easier input/output.
    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
    This interface is what Activity objects have copies of in order to move forward (or maybe eventually backward) in simulated time.