faa.tg.aidl
Interface AidlObject

All Superinterfaces:
Filterable, HasName, ManagedObject, java.io.Serializable
All Known Implementing Classes:
AidlArc, AidlFix, AidlGlideSlope, AidlLine, AidlParameter, AidlSpeedLaw, AidlTrigger, TgfAidlArc

public interface AidlObject
extends HasName

An Object found in a Aidl XML File See the source AidlObject.java

Version:
$Id: AidlObject.java,v 1.2 2008/05/14 15:30:54 samf Exp $
Author:
Sam Fullerton, L-3 Titan

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns whether this object is equal to the given object
 int getIndex()
          Returns Aidl index
 java.lang.String toString()
          Returns a string representation of this object
 Element toXml()
          Retuns an XML representation of this object
 
Methods inherited from interface faa.tg.scenario.manager.ManagedObject
getName
 

Field Detail

CVS_VERSION_ID

static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values
Method Detail

equals

boolean equals(java.lang.Object obj)
Returns whether this object is equal to the given object

Overrides:
equals in class java.lang.Object
Parameters:
obj - - the object to check

getIndex

int getIndex()
Returns Aidl index


toXml

Element toXml()
Retuns an XML representation of this object


toString

java.lang.String toString()
Returns a string representation of this object

Overrides:
toString in class java.lang.Object