|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.simevent.action.ActivateGpsAreaWatcherAction
public class ActivateGpsAreaWatcherAction
See the source: ActivateGpsAreaWatcherAction.java
SimEventActionState| Field Summary | |
|---|---|
private Position |
centerPoint
The Center of the Area to be watched |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private Distance |
radius
The radius to watch |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
ActivateGpsAreaWatcherAction(Position centerPoint,
Distance radius)
|
|
ActivateGpsAreaWatcherAction(java.lang.String dms_latitude,
java.lang.String dms_longitude,
java.lang.String radius_mi)
|
|
| Method Summary | |
|---|---|
void |
execute(Scenario scenario)
Send the prompt... |
SimEventActionState |
getRecordable(SimulationTime timeStamp)
This is to satisfy the implementation of RecordableConditionalState (from SimEventAction). |
java.lang.String |
toString()
Returns the PilotPrompt information as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private Position centerPoint
private Distance radius
| Constructor Detail |
|---|
public ActivateGpsAreaWatcherAction(Position centerPoint,
Distance radius)
public ActivateGpsAreaWatcherAction(java.lang.String dms_latitude,
java.lang.String dms_longitude,
java.lang.String radius_mi)
| Method Detail |
|---|
public void execute(Scenario scenario)
throws ExecutionException
execute in interface SimEventActionExecutionException - If a problem in execution.public SimEventActionState getRecordable(SimulationTime timeStamp)
getRecordable in interface RecordableConditionalState<SimulationTime>getRecordable in interface SimEventActiontimeStamp - the current time of the Scenario.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||