|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.dra.objects.AcEvent
public class AcEvent
AcEvent is a wrapper class for MethodMapCombinable objects to allow their delimited output to be combined into one file. If the wrapped object type is TextWritable, this.toDraText() returns the its toDraText() value, otherwise this.toDraText() returns "".See the source: AcEvent.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID. |
(package private) MethodMapCombinable |
event
The MethodMapCombinable event wrapped by this AcEvent object. |
private static MethodMap |
methodMap
Map of DelimWritable methods as MethodSpec objects. |
(package private) static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
AcEvent(MethodMapCombinable event)
Constructs the AcEvent object using the AircraftState objects specifying the first and last epoch of the interval. |
|
| Method Summary | |
|---|---|
Acid |
getAcid()
Returns the ACID (aircraft ID) of the aircraft. |
MethodMapCombinable |
getEvent()
Returns the event type name to be put in the delimited output. |
MethodMap |
getMethodMap()
Returns the aggregate MethodMap information for DelimWritable format. |
java.lang.String |
getName()
Returns name unique to this class by prepending the wrapped event's name with its class name. |
SimulationTime |
getSimTime()
Returns the SimulationTime that this aircraft event refers to. |
private static MethodMap |
makeMethodMap()
Creates the AcEvent information for DelimWritable format. |
java.lang.String |
toDraText()
Returns the DR&A information as a text String if the wrapped event is TextWritable, otherwise returns an empty String (""). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private static MethodMap methodMap
MethodMapCombinable event
| Constructor Detail |
|---|
public AcEvent(MethodMapCombinable event)
event - EventState to be combined to an aggregate delimited
output file.| Method Detail |
|---|
public MethodMap getMethodMap()
getMethodMap in interface DelimWritableprivate static MethodMap makeMethodMap()
public java.lang.String getName()
getName in interface ManagedObjectpublic MethodMapCombinable getEvent()
public Acid getAcid()
getAcid in interface HasAcidpublic SimulationTime getSimTime()
getSimTime in interface HasSimTimepublic java.lang.String toDraText()
toDraText in interface TextWritable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||