Boeing Simulation 3.1 API Specification

mission
Interface MissionStatus


public interface MissionStatus

The Mission status provides information about the current stage of execute in this mission. A Mission that is not feasible will not be executed.

Version:
$Revision: 1.2 $
Author:
Dave Jurgens

Method Summary
 mission.Mission getMission()
          Return the Mission associated with this object.
 boolean isCompleted()
          Return whether the associate Mission has completed its objectives.
 boolean isFeasible()
          Return whether the associated Mission is feasible to acheive its objectives.
 

Method Detail

getMission

public mission.Mission getMission()
Return the Mission associated with this object.


isCompleted

public boolean isCompleted()
Return whether the associate Mission has completed its objectives.


isFeasible

public boolean isFeasible()
Return whether the associated Mission is feasible to acheive its objectives.


Boeing Simulation 3.1 API Specification

To submit a bug or feature email the author of that class. Funding for this research was provided by Boeing and DARPA.