|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.simevent.action.AcClimbSpeedAction
public class AcClimbSpeedAction
AcClimbSpeedAction executes newSpeed(IndicatedAirspeed) commands on the given Aircraft, IF the aircraft's speed is below the preferred climb speed . still needs work...dwSee the source: AcNewClimbSpeedAction.java
AcClimbSpeedActionState| Field Summary | |
|---|---|
private Acid |
acID
Deprecated. The aircraft to execute upon. |
static java.lang.String |
CVS_VERSION_ID
Deprecated. The CVS Version ID |
| Constructor Summary | |
|---|---|
AcClimbSpeedAction(Aircraft aircraft)
Deprecated. Construct a AcClimbSpeedAction with the Aircraft and true airspeed target. |
|
| Method Summary | |
|---|---|
AcClimbSpeedAction |
clone()
Deprecated. Provide a clone implementation |
void |
execute(Aircraft aircraft)
Deprecated. Execute the Action by ... |
void |
execute(Scenario scenario)
Deprecated. Execute the Action by ... |
SimEventActionState |
getRecordable(SimulationTime timeStamp)
Deprecated. This is to satisfy the implementation of RecordableConditionalState (from SimEventAction). |
java.lang.String |
toShortString()
Deprecated. Returns a shorter version of toString |
java.lang.String |
toString()
Deprecated. Returns the AcClimbSpeedAction information as a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private Acid acID
| Constructor Detail |
|---|
public AcClimbSpeedAction(Aircraft aircraft)
aircraft - The aircraft that receives the speed command.| Method Detail |
|---|
public void execute(Scenario scenario)
throws ExecutionException
execute in interface SimEventActionExecutionException - If a problem in execution.public void execute(Aircraft aircraft)
execute in interface SimEventActionOnAircraftaircraft - The aircraft to execute the command on.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 interface SimEventActionOnAircrafttoString in class java.lang.Objectpublic java.lang.String toShortString()
toShortString in interface SimEventActionOnAircraftpublic AcClimbSpeedAction clone()
clone in interface SimEventActionOnAircraftclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||