|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.recording.state.State
faa.tg.recording.state.SimEventActionState
faa.tg.recording.state.AcClimbSpeedActionState
public class AcClimbSpeedActionState
Contains the state of a AcClimbSpeedAction SimEvent object.See the source: AcClimbSpeedActionState.java
| Field Summary | |
|---|---|
private java.lang.String |
aircraftID
The name of the aircraft ID as a String. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
AcClimbSpeedActionState(java.lang.String aircraftID,
SimulationTime timeStamp)
Constructs the AcClimbSpeedActionState; needs the CommandLineState. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAircraftID()
Returns the ACID as a String. |
java.lang.String |
getName()
Returns SP_CMD_ and the aircraft ID (if there is one) as a name. |
void |
setAircraftID(java.lang.String aircraftID)
Sets the aircraft ID String. |
java.lang.String |
toDraText()
Prints DR&A text information to a String. |
| Methods inherited from class faa.tg.recording.state.SimEventActionState |
|---|
getSimTime, toString |
| 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 java.lang.String aircraftID
| Constructor Detail |
|---|
public AcClimbSpeedActionState(java.lang.String aircraftID,
SimulationTime timeStamp)
aircraftID - the ID of the target aircraft.timeStamp - the current time of the Scenario.| Method Detail |
|---|
public java.lang.String getAircraftID()
public void setAircraftID(java.lang.String aircraftID)
aircraftID - The ACID as a String.public java.lang.String getName()
getName in interface ManagedObjectgetName in class SimEventActionStatepublic java.lang.String toDraText()
toDraText in interface TextWritabletoDraText in class SimEventActionState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||