|
||||||||||
| 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.AircraftState
public class AircraftState
The recordable state of the Aircraft object.See the source AircraftState.java
Aircraft,
AircraftState,
Recordable,
Serialized Form| Field Summary | |
|---|---|
private Acid |
acid
|
private AcType |
acType
This aircraft type is the scenario equivalent: for the aircraft type as specified in the flight plan, get the AcType from Flight(State). |
private java.lang.String |
airLine
|
private AltitudeRate |
altRate
|
private Distance |
altRestrictionDist
Distance to next route restriction, or null if no route restrictions. |
private AirportRwyID |
arrRwy
|
private java.lang.Boolean |
cleared
|
private Coefficient |
coeffOfLift
|
private java.lang.String |
currentRouteString
|
private java.lang.String |
currentRouteStrWithBracket
|
private java.lang.String |
currManeuverString
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private AirportRwyID |
depRwy
|
private Altitude |
desiredAltitude
|
private Frequency |
desiredFreq
|
private TrueHeading |
desiredHeading
|
private IndicatedAirspeed |
desiredIAS
|
private Mach |
desiredMach
|
private MagneticHeading |
desiredMagHeading
|
private RollAngle |
desiredRollAngle
|
private Drag |
drag
|
private Coefficient |
dragCoefficient
|
private java.lang.String |
dynamicsTypeString
|
private java.lang.String |
engineClass
|
private java.lang.String |
filedRouteString
|
private FlapSetting |
flapSetting
FlapSetting field retained for backward compatibility: for recordings from TGF versions prior to 2006/06/29. |
private java.lang.String |
flapSettingStr
Flap setting (as a String) of the aircraft during this second. |
private FlightPathAngle |
flightPathAngle
|
private FlyingStatus |
flyingStatus
|
private Frequency |
freq
|
private GeoSector |
geoSector
|
private Distance |
groundTrack
|
private GroundTrackHeading |
groundTrackHeading
|
private GroundTrackSpeed |
groundTrackSpeed
|
private java.lang.String |
groupInfo
|
private TrueHeading |
heading
|
private IndicatedAirspeed |
ias
|
private java.lang.Boolean |
isDataEquipped
|
private java.lang.Boolean |
landingGearDeployed
|
private java.lang.String |
lateralManeuverString
|
private Mach |
mach
|
static java.text.DecimalFormat |
MACH_TEXT
Mach text for up to 2 decimal places, formatted as: " Mach: .0#" |
private MagneticHeading |
magneticHeading
|
private static MethodMap |
methodMap
Map of delimWritable methods as MethodSpec objects. |
private Altitude |
modusAlt
|
private AltitudeRate |
modusAltRate
|
private IndicatedAirspeed |
modusIas
|
private Mach |
modusMach
|
private java.lang.String |
navEquip
|
private static java.lang.String |
NO_ALT_RESTR_TEXT
|
private Position |
pos
|
private java.lang.String |
regionName
|
private RouteNode |
restrRouteNode
Route with restrictions that affect the longitudinal maneuvers (decision points are at route nodes): null means route has no route restrictions. |
private RollAngle |
rollAngle
|
private Distance |
routeRemainDist
|
private Sector |
sector
|
(package private) static long |
serialVersionUID
|
static SimCompareCriteria |
SIM_COMPARE_CRITERIA
The criteria used to compare AircraftStates to see if they match. |
private SimulationTime |
simTime
The SimulationTime of this snapshot of the aircraft's state. |
private java.lang.Boolean |
speedBrakesOn
|
private java.lang.Object |
spID
|
private SimulationTime |
startTime
|
private TrueAirspeed |
tas
|
private Thrust |
thrust
|
private Transponder |
transponder
|
private TurnRate |
turnRate
|
private AcType |
ufpAcType
This aircraft type is the actual aircraft type from the flight plan. |
private AircraftWeight |
weight
|
private WeightClass |
weightClass
|
| Constructor Summary | |
|---|---|
AircraftState(double simTime)
Constructor for the aircraft state that specifies the specific second of simulation time that the aircraft data refers to. |
|
AircraftState(SimulationTime simTime)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
Acid |
getAcid()
Planned change of String ACID to type Acid. |
AcType |
getAcType()
Returns the type of aircraft: this is the scenario's type equivalent: NOT NECESSARILY the aircraft type from the flight plan or the type generated by the standard DR&A output. |
AircraftWeight |
getAircraftWeight()
|
java.lang.String |
getAirLine()
|
Altitude |
getAltitude()
|
AltitudeRate |
getAltRate()
|
Distance |
getAltRestrictionDist()
|
AirportRwyID |
getArrRwy()
This will soon be deprecated. |
BeaconCode |
getBeaconCode()
|
Coefficient |
getCoeffOfLift()
|
java.lang.String |
getCurrentManeuver()
|
java.lang.String |
getCurrentRoute()
Returns the current route as a String. |
java.lang.String |
getCurrentRouteWithBracketLogic()
|
AirportRwyID |
getDepRwy()
This will soon be deprecated. |
Altitude |
getDesiredAltitude()
|
Frequency |
getDesiredFrequency()
|
TrueHeading |
getDesiredHeading()
|
IndicatedAirspeed |
getDesiredIndicatedAirspeed()
|
Mach |
getDesiredMach()
|
MagneticHeading |
getDesiredMagneticHeading()
|
RollAngle |
getDesiredRollAngle()
|
Drag |
getDrag()
|
Coefficient |
getDragCoefficient()
|
java.lang.String |
getDynamicsType()
|
java.lang.String |
getEngineClass()
|
java.lang.String |
getFiledRouteString()
|
java.lang.String |
getFlapSetting()
|
FlightPathAngle |
getFlightPathAngle()
|
FlyingStatus |
getFlyingStatus()
Returns the flying state of the aircraft. |
Frequency |
getFrequency()
|
GeoSector |
getGeoSector()
|
Distance |
getGroundTrack()
|
GroundTrackHeading |
getGroundTrackHeading()
|
GroundTrackSpeed |
getGroundTrackSpeed()
|
java.lang.String |
getGroupInfo()
|
IndicatedAirspeed |
getIndicatedAirspeed()
|
java.lang.Boolean |
getIsClearedForTakeOff()
|
java.lang.String |
getLateralManeuverString()
|
Latitude |
getLatitude()
|
Longitude |
getLongitude()
|
Mach |
getMach()
|
MagneticHeading |
getMagneticHeading()
|
MethodMap |
getMethodMap()
Returns the AircraftState information in DelimWritable format. |
Altitude |
getModusAlt()
Return the modus value for the altitude. |
AltitudeRate |
getModusAltRate()
Return the modus value for the altitude rate. |
IndicatedAirspeed |
getModusIas()
Return the modus value for the indicated airspeed. |
Mach |
getModusMach()
Return the modus value for the speed in Mach. |
java.lang.String |
getName()
Returns ACID; if used as a storage key, old AircraftStates will be replaced by new AircraftStates each second. |
java.lang.String |
getNavEquip()
|
Position |
getPosition()
|
java.lang.String |
getRegionName()
|
java.lang.String |
getRestrictionString()
Return a String with info on the next altitude restriction: string is empty ("") if there is no altitude restriction on the route. |
RouteNode |
getRestrRouteNode()
|
RollAngle |
getRollAngle()
|
Distance |
getRouteRemainDist()
|
java.lang.String |
getRouteString()
|
Sector |
getSector()
|
SimCompareCriteria |
getSimCompareCriteria()
Returns the SimCompareCriteria used for AircraftState objects, used to compare AircraftStates across simulations to see if the sims match. |
SimulationTime |
getSimTime()
Returns the SimulationTime corresponding to the aircraft state values. |
java.lang.String |
getSpdAltManeuverString()
|
SpID |
getSpID()
Gets the ID of the SimPilotStation that this is assigned to. |
SimulationTime |
getStartTime()
|
Thrust |
getThrust()
|
Weight |
getTotalWeight()
Return the total weight of the aircraft as a Weight. |
Transponder |
getTransponder()
|
TrueAirspeed |
getTrueAirspeed()
|
TrueHeading |
getTrueHeading()
|
TurnRate |
getTurnRate()
|
static ListSelectable[] |
getTypeList()
Returns certain slow-to-change fields as a ListSelectable array of MethodSpecSelectable objects. |
AcType |
getUfpAcType()
Returns the type of aircraft specified in the FLIGHT PLAN (getAcType() returns the aircraft type equivalent used by the scenario). |
WeightClass |
getWeightClass()
|
boolean |
isDatalinkEquipped()
|
java.lang.Boolean |
isLandingGearDeployed()
|
java.lang.Boolean |
isSpeedBrakesOn()
|
private static MethodMap |
makeMethodMap()
Creates the MethodMap of field names and MethodSpecs. |
private void |
readObject(java.io.ObjectInputStream in)
Set Sector (and Frequency) if not defined and if DraStore is active. |
private void |
readObjectConciseVersion(java.io.ObjectInputStream in)
|
void |
setAcid(Acid acid)
Sets the aircraft ID (ACID) identifying the aircraft. |
void |
setAcType(AcType acType)
Set the type of aircraft: this is the scenario's type equivalent: NOT NECESSARILY the aircraft type from the flight plan. |
void |
setAcType(java.lang.String acType)
Set the type of aircraft: this is the scenario's type equivalent: NOT NECESSARILY the aircraft type from the flight plan. |
void |
setAircraftWeight(AircraftWeight weight)
|
void |
setAirLine(java.lang.String airLine)
|
void |
setAltRate(AltitudeRate altRate)
|
void |
setAltRestrictionDist(Distance altRestrictionDist)
|
void |
setArrRwy(AirportRwyID arrRwy)
|
void |
setCoeffOfLift(Coefficient coeffOfLift)
|
void |
setCurrentFlapSetting(FlapSetting flapSetting)
|
void |
setCurrentManeuver(java.lang.String aName)
|
void |
setDepRwy(AirportRwyID depRwy)
|
void |
setDesiredAltitude(Altitude desiredAltitude)
|
void |
setDesiredFrequency(Frequency desiredFrequency)
|
void |
setDesiredHeading(TrueHeading desiredHeading)
|
void |
setDesiredIndicatedAirspeed(IndicatedAirspeed desiredIAS)
|
void |
setDesiredMach(Mach desiredMach)
|
void |
setDesiredMagneticHeading(MagneticHeading desiredMagHeading)
|
void |
setDesiredRollAngle(RollAngle desiredRollAngle)
|
void |
setDrag(Drag drag)
|
void |
setDragCoefficient(Coefficient dragCoefficient)
|
void |
setDynamicsType(java.lang.String currentDynamics)
|
void |
setEngineClass(java.lang.String engineClass)
|
void |
setFiledRouteString(java.lang.String filedRouteString)
|
void |
setFlightPathAngle(FlightPathAngle flightPathAngle)
|
void |
setFlyingStatus(FlyingStatus flyingStatus)
|
void |
setFrequency(Frequency frequency)
|
void |
setGeoSector(GeoSector geoSector)
|
void |
setGroundTrack(Distance distanceTravelled)
Updates the distance travelled since the aircraft start. |
void |
setGroundTrackHeading(GroundTrackHeading groundTrackHeading)
|
void |
setGroundTrackSpeed(GroundTrackSpeed groundTrackSpeed)
|
void |
setGroupInfo(java.lang.String groupInfo)
|
void |
setIndicatedAirspeed(IndicatedAirspeed ias)
|
void |
setIsClearedForTakeOff(java.lang.Boolean cleared)
|
void |
setIsDatalinkEquipped(boolean value)
|
void |
setLandingGearDeployed(java.lang.Boolean isDeployed)
|
void |
setLateralManeuverString(java.lang.String latGuidanceManeuver)
|
void |
setMach(Mach mach)
|
void |
setMagneticHeading(MagneticHeading magneticHeading)
|
void |
setModusResult(ModusResult modusResult)
Set the modus values using a ModusResult. |
void |
setNavEquip(java.lang.String navEquip)
|
void |
setPosition(Position pos)
|
void |
setRegionName(java.lang.String regionName)
Sets region name; only needed if setModusResult() is not called. |
void |
setRestrRouteNode(RouteNode restrRouteNode)
|
void |
setRollAngle(RollAngle rollAngle)
|
void |
setRouteRemainDist(Distance routeRemainDist)
|
void |
setRouteString(java.lang.String currentRouteString)
|
void |
setRouteWithBracketLogicString(java.lang.String currentRouteStrWithBracket)
|
void |
setSector(Sector sector)
|
void |
setSimTime(SimulationTime aSimTime)
|
void |
setSpdAltManeuver(SpdAltManeuver spdAltManeuver)
|
void |
setSpdAltManeuver(java.lang.String spdAltManeuverStr)
|
void |
setSpeedBrakesOn(java.lang.Boolean isOn)
|
void |
setSpID(SpID spID)
Sets the ID of the SimPilotStation that this is assigned to. |
void |
setStartTime(SimulationTime startTime)
|
void |
setThrust(Thrust thrust)
|
void |
setTransponder(Transponder transponder)
|
void |
setTrueAirspeed(TrueAirspeed tas)
|
void |
setTrueHeading(TrueHeading heading)
|
void |
setTurnRate(TurnRate turnRate)
|
void |
setUfpAcType(AcType ufpAcType)
Set the actual aircraft type from the flight plan: standard aircraft type output for DR&A. |
void |
setWeightClass(WeightClass weightClass)
|
java.lang.String |
toDraText()
Returns the AircraftState information as a DR&A text String (contains location in latitude/longitude). |
java.lang.String |
toDraText(MapProjection projection,
DistanceUnits dUnits)
Returns the AircraftState information as a DR&A text String: if the parameter passed is TRUE, then text contains xy-coordinates to describe the location instead of latitude/longitude. |
java.lang.String |
toString()
Prints the AircraftState information to a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
public static final SimCompareCriteria SIM_COMPARE_CRITERIA
public static final java.text.DecimalFormat MACH_TEXT
private static final java.lang.String NO_ALT_RESTR_TEXT
private SimulationTime simTime
private Acid acid
private java.lang.String airLine
private AcType acType
private AcType ufpAcType
private AltitudeRate altRate
private AirportRwyID depRwy
private AirportRwyID arrRwy
private Frequency freq
private Frequency desiredFreq
private Position pos
private java.lang.String filedRouteString
private java.lang.String currentRouteString
private java.lang.String currentRouteStrWithBracket
private java.lang.String dynamicsTypeString
private java.lang.String groupInfo
private SimulationTime startTime
private TrueAirspeed tas
private IndicatedAirspeed ias
private java.lang.Object spID
private Sector sector
private GeoSector geoSector
private Transponder transponder
private TrueHeading heading
private TurnRate turnRate
private AircraftWeight weight
private WeightClass weightClass
private Coefficient coeffOfLift
private java.lang.String flapSettingStr
private java.lang.Boolean landingGearDeployed
private java.lang.Boolean speedBrakesOn
private java.lang.Boolean isDataEquipped
private Altitude desiredAltitude
private TrueHeading desiredHeading
private IndicatedAirspeed desiredIAS
private RollAngle desiredRollAngle
private Drag drag
private Coefficient dragCoefficient
private FlightPathAngle flightPathAngle
private Mach mach
private Mach desiredMach
private java.lang.String navEquip
private java.lang.Boolean cleared
private java.lang.String regionName
private RollAngle rollAngle
private Thrust thrust
private GroundTrackHeading groundTrackHeading
private GroundTrackSpeed groundTrackSpeed
private Distance groundTrack
private FlyingStatus flyingStatus
private MagneticHeading desiredMagHeading
private MagneticHeading magneticHeading
private IndicatedAirspeed modusIas
private Mach modusMach
private Altitude modusAlt
private AltitudeRate modusAltRate
private java.lang.String currManeuverString
private java.lang.String lateralManeuverString
private java.lang.String engineClass
private Distance routeRemainDist
private RouteNode restrRouteNode
private Distance altRestrictionDist
private static final MethodMap methodMap
private final FlapSetting flapSetting
flapSettingStr| Constructor Detail |
|---|
public AircraftState(SimulationTime simTime)
public AircraftState(double simTime)
| Method Detail |
|---|
public java.lang.String getCurrentManeuver()
public void setAcid(Acid acid)
public void setFlyingStatus(FlyingStatus flyingStatus)
public void setAcType(java.lang.String acType)
acType - The aircraft type equivalent used by Aircraft.public void setAcType(AcType acType)
acType - The aircraft type equivalent used by Aircraft.public void setUfpAcType(AcType ufpAcType)
ufpAcType - The type of the aircraft specified in the flight plan.public void setAirLine(java.lang.String airLine)
public void setAircraftWeight(AircraftWeight weight)
public void setAltRate(AltitudeRate altRate)
public void setGroupInfo(java.lang.String groupInfo)
public void setArrRwy(AirportRwyID arrRwy)
public void setCoeffOfLift(Coefficient coeffOfLift)
public void setCurrentFlapSetting(FlapSetting flapSetting)
public void setSpeedBrakesOn(java.lang.Boolean isOn)
public void setLandingGearDeployed(java.lang.Boolean isDeployed)
public void setDepRwy(AirportRwyID depRwy)
public void setDesiredAltitude(Altitude desiredAltitude)
public void setDesiredFrequency(Frequency desiredFrequency)
public void setDesiredHeading(TrueHeading desiredHeading)
public void setDesiredIndicatedAirspeed(IndicatedAirspeed desiredIAS)
public void setDesiredMach(Mach desiredMach)
public void setDesiredMagneticHeading(MagneticHeading desiredMagHeading)
public void setDesiredRollAngle(RollAngle desiredRollAngle)
public void setDrag(Drag drag)
public void setDragCoefficient(Coefficient dragCoefficient)
public void setFiledRouteString(java.lang.String filedRouteString)
public void setRouteWithBracketLogicString(java.lang.String currentRouteStrWithBracket)
public void setRouteString(java.lang.String currentRouteString)
public void setRouteRemainDist(Distance routeRemainDist)
public void setDynamicsType(java.lang.String currentDynamics)
public void setFlightPathAngle(FlightPathAngle flightPathAngle)
public void setFrequency(Frequency frequency)
public void setGroundTrack(Distance distanceTravelled)
public void setGroundTrackHeading(GroundTrackHeading groundTrackHeading)
public void setGroundTrackSpeed(GroundTrackSpeed groundTrackSpeed)
public void setIndicatedAirspeed(IndicatedAirspeed ias)
public void setMach(Mach mach)
public void setMagneticHeading(MagneticHeading magneticHeading)
public void setPosition(Position pos)
public void setRollAngle(RollAngle rollAngle)
public void setSector(Sector sector)
public void setGeoSector(GeoSector geoSector)
public void setThrust(Thrust thrust)
public void setTrueAirspeed(TrueAirspeed tas)
public void setTrueHeading(TrueHeading heading)
public void setTransponder(Transponder transponder)
public void setTurnRate(TurnRate turnRate)
public void setWeightClass(WeightClass weightClass)
public void setStartTime(SimulationTime startTime)
public java.lang.String getName()
getName in interface DraStorablegetName in interface SimComparablegetName in interface ManagedObjectgetName in class Statepublic java.lang.Object clone()
clone in interface DraStorableclone in class java.lang.Objectpublic Acid getAcid()
HasAcid
getAcid in interface HasAcidpublic FlyingStatus getFlyingStatus()
getFlyingStatus in interface HasFlyingStatuspublic Altitude getAltitude()
public Latitude getLatitude()
public Longitude getLongitude()
public AcType getAcType()
getUfpAcType()public AcType getUfpAcType()
getAcType()public Sector getSector()
getSector in interface HasSectorpublic GeoSector getGeoSector()
public AircraftWeight getAircraftWeight()
public Weight getTotalWeight()
public java.lang.String getAirLine()
public AltitudeRate getAltRate()
public java.lang.String getGroupInfo()
public AirportRwyID getArrRwy()
HasArrRwy
getArrRwy in interface HasArrRwypublic BeaconCode getBeaconCode()
getBeaconCode in interface HasBeaconCodepublic Coefficient getCoeffOfLift()
public AirportRwyID getDepRwy()
HasDepRwy
getDepRwy in interface HasDepRwypublic Altitude getDesiredAltitude()
public Frequency getDesiredFrequency()
public TrueHeading getDesiredHeading()
public IndicatedAirspeed getDesiredIndicatedAirspeed()
public Mach getDesiredMach()
public MagneticHeading getDesiredMagneticHeading()
public RollAngle getDesiredRollAngle()
public Drag getDrag()
public Coefficient getDragCoefficient()
public java.lang.String getFiledRouteString()
public java.lang.String getFlapSetting()
public java.lang.Boolean isSpeedBrakesOn()
public java.lang.Boolean isLandingGearDeployed()
public FlightPathAngle getFlightPathAngle()
public Frequency getFrequency()
getFrequency in interface HasFrequencypublic Distance getGroundTrack()
public GroundTrackHeading getGroundTrackHeading()
public GroundTrackSpeed getGroundTrackSpeed()
public IndicatedAirspeed getIndicatedAirspeed()
public Mach getMach()
public MagneticHeading getMagneticHeading()
public java.lang.String getNavEquip()
public Position getPosition()
getPosition in interface HasPositionpublic java.lang.String getRegionName()
public java.lang.String getRouteString()
public Distance getRouteRemainDist()
public RollAngle getRollAngle()
public java.lang.String getCurrentRoute()
HasFlyingStatus
getCurrentRoute in interface HasFlyingStatuspublic java.lang.String getCurrentRouteWithBracketLogic()
public java.lang.String getSpdAltManeuverString()
public java.lang.String getLateralManeuverString()
public java.lang.String getDynamicsType()
public java.lang.String getRestrictionString()
public SimulationTime getSimTime()
getSimTime in interface HasSimTimegetSimTime in class Statepublic void setSimTime(SimulationTime aSimTime)
public SimulationTime getStartTime()
public Thrust getThrust()
public TrueAirspeed getTrueAirspeed()
public TrueHeading getTrueHeading()
getTrueHeading in interface HasTrueHeadingpublic Transponder getTransponder()
public TurnRate getTurnRate()
public WeightClass getWeightClass()
getWeightClass in interface HasWeightClasspublic SimCompareCriteria getSimCompareCriteria()
getSimCompareCriteria in interface SimComparable
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.lang.ClassCastException - Could be caused by recording made prior to
2002-05-03 with old RunwayID type.
java.io.IOException
java.lang.ClassNotFoundException
private void readObjectConciseVersion(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundExceptionprivate static MethodMap makeMethodMap()
public MethodMap getMethodMap()
getMethodMap in interface DelimWritablepublic static ListSelectable[] getTypeList()
AircraftFieldDurationFactorypublic Mach getModusMach()
public Altitude getModusAlt()
public AltitudeRate getModusAltRate()
public IndicatedAirspeed getModusIas()
public void setModusResult(ModusResult modusResult)
public void setRegionName(java.lang.String regionName)
public java.lang.String toDraText()
toDraText in interface TextWritable
public java.lang.String toDraText(MapProjection projection,
DistanceUnits dUnits)
toDraText in interface HasTextXYprojection - Projection to use if writing location in xy-coords.dUnits - DistanceUnits to use if writing location in xy-coords.
public java.lang.String toString()
toString in class java.lang.Objectpublic SpID getSpID()
public void setSpID(SpID spID)
spID - Simpilot workstation to assign this to.public void setNavEquip(java.lang.String navEquip)
navEquip - public void setIsClearedForTakeOff(java.lang.Boolean cleared)
public java.lang.Boolean getIsClearedForTakeOff()
public void setSpdAltManeuver(java.lang.String spdAltManeuverStr)
public void setSpdAltManeuver(SpdAltManeuver spdAltManeuver)
public void setCurrentManeuver(java.lang.String aName)
public void setLateralManeuverString(java.lang.String latGuidanceManeuver)
public Distance getAltRestrictionDist()
public void setAltRestrictionDist(Distance altRestrictionDist)
public RouteNode getRestrRouteNode()
public void setRestrRouteNode(RouteNode restrRouteNode)
public void setEngineClass(java.lang.String engineClass)
public java.lang.String getEngineClass()
public void setIsDatalinkEquipped(boolean value)
public boolean isDatalinkEquipped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||