|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.safetycritical.AbstractAsyncEventHandler
javax.safetycritical.AsyncEventHandler
javax.safetycritical.BoundAsyncEventHandler
javax.safetycritical.MissionSequencer
cdx.CDxMissionSequencer
public class CDxMissionSequencer
The mission sequencer of the parallel CDx application. It returns an instance of CDxMission. We note that in a real system this mission does not terminate.
Field Summary | |
---|---|
boolean |
mission_done
The state of the mission |
Constructor Summary | |
---|---|
CDxMissionSequencer()
Constructor |
Method Summary | |
---|---|
javax.safetycritical.Mission |
getNextMission()
Get the next mission (we have only one mission in CDx.) |
Methods inherited from class javax.safetycritical.MissionSequencer |
---|
handleAsyncEvent, register, requestSequenceTermination |
Methods inherited from class javax.safetycritical.AbstractAsyncEventHandler |
---|
run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean mission_done
Constructor Detail |
---|
public CDxMissionSequencer()
Method Detail |
---|
public javax.safetycritical.Mission getNextMission()
getNextMission
in class javax.safetycritical.MissionSequencer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |