Uses of Interface
hla.rti1516.jlc.DataElement

Packages that use DataElement
hla.rti1516.jlc   
 

Uses of DataElement in hla.rti1516.jlc
 

Subinterfaces of DataElement in hla.rti1516.jlc
 interface HLAASCIIchar
          Interface for the HLA data type HLAinteger32BE.
 interface HLAASCIIstring
          Interface for the HLA data type HLAunicodeString.
 interface HLAboolean
          Interface for the HLA data type HLAinteger32BE.
 interface HLAbyte
          Interface for the HLA data type HLAinteger32BE.
 interface HLAfixedRecord
          Interface for the HLA data type HLAfixedRecord.
 interface HLAfloat32BE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAfloat32LE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAfloat64BE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAfloat64LE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAhandle
           
 interface HLAinteger16LE
           
 interface HLAinteger32BE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAinteger32LE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAinteger64BE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAinteger64LE
          Interface for the HLA data type HLAinteger32BE.
 interface HLAlogicalTime
           
 interface HLAoctet
           
 interface HLAoctetPairBE
           
 interface HLAoctetPairLE
           
 interface HLAopaqueData
           
 interface HLAunicodeChar
           
 interface HLAunicodeString
          Interface for the HLA data type HLAunicodeString.
 interface HLAvariableArray
           
 

Methods in hla.rti1516.jlc that return DataElement
 DataElement DataElementFactory.createElement(int index)
          Creates an element appropriate for the specified index.
 DataElement HLAvariableArray.get(int index)
          Returns element at the specified index.
 DataElement HLAfixedRecord.get(int index)
          Returns element at the specified index.
 

Methods in hla.rti1516.jlc with parameters of type DataElement
 void HLAfixedRecord.add(DataElement dataElement)
          Adds an element to this fixed record.
 void HLAvariableArray.addElement(DataElement dataElement)
          Adds an element to this variable array.