Uses of Interface
hla.rti1516e.encoding.DataElement
Packages that use DataElement
-
Uses of DataElement in hla.rti1516e.encoding
Classes in hla.rti1516e.encoding with type parameters of type DataElementModifier and TypeInterfaceDescriptioninterfaceDataElementFactory<T extends DataElement>Interface used to populate arrays.interfaceHLAfixedArray<T extends DataElement>Interface for the HLA data type HLAfixedArray.interfaceHLAvariableArray<T extends DataElement>Interface for the HLA data type HLAvariableArray.interfaceHLAvariantRecord<T extends DataElement>Interface for the HLA data type HLAvariantRecord.Subinterfaces of DataElement in hla.rti1516e.encodingModifier and TypeInterfaceDescriptioninterfaceInterface for the HLA data type HLAASCIIchar.interfaceInterface for the HLA data type HLAASCIIstring.interfaceInterface for the HLA data type HLAboolean.interfaceInterface for the HLA data type HLAbyte.interfaceHLAfixedArray<T extends DataElement>Interface for the HLA data type HLAfixedArray.interfaceInterface for the HLA data type HLAfixedRecord.interfaceInterface for the HLA data type HLAfloat32BE.interfaceInterface for the HLA data type HLAfloat32LE.interfaceInterface for the HLA data type HLAfloat64BE.interfaceInterface for the HLA data type HLAfloat64LE.interfaceInterface for the HLA data type HLAinteger16BE.interfaceInterface for the HLA data type HLAinteger16LE.interfaceInterface for the HLA data type HLAinteger32BE.interfaceInterface for the HLA data type HLAinteger32LE.interfaceInterface for the HLA data type HLAinteger64BE.interfaceInterface for the HLA data type HLAinteger64LE.interfaceInterface for the HLA data type HLAoctet.interfaceInterface for the HLA data type HLAoctetPairBE.interfaceInterface for the HLA data type HLAoctetPairLE.interfaceInterface for the HLA data type HLAopaqueData.interfaceInterface for the HLA data type HLAunicodeChar.interfaceInterface for the HLA data type HLAunicodeString.interfaceHLAvariableArray<T extends DataElement>Interface for the HLA data type HLAvariableArray.interfaceHLAvariantRecord<T extends DataElement>Interface for the HLA data type HLAvariantRecord.Methods in hla.rti1516e.encoding with type parameters of type DataElementModifier and TypeMethodDescription<T extends DataElement>
HLAfixedArray<T> EncoderFactory.createHLAfixedArray(DataElementFactory<T> factory, int size) <T extends DataElement>
HLAfixedArray<T> EncoderFactory.createHLAfixedArray(T... elements) <T extends DataElement>
HLAvariableArray<T> EncoderFactory.createHLAvariableArray(DataElementFactory<T> factory, T... elements) <T extends DataElement>
HLAvariantRecord<T> EncoderFactory.createHLAvariantRecord(T discriminant) Methods in hla.rti1516e.encoding that return DataElementModifier and TypeMethodDescriptionHLAfixedRecord.get(int index) Returns element at the specified index.HLAvariantRecord.getValue()Returns element associated with the active discriminant.Methods in hla.rti1516e.encoding that return types with arguments of type DataElementModifier and TypeMethodDescriptionHLAfixedRecord.iterator()Returns an iterator for the elements in this fixed record.Methods in hla.rti1516e.encoding with parameters of type DataElementModifier and TypeMethodDescriptionvoidHLAfixedRecord.add(DataElement dataElement) Adds an element to this fixed record.<T extends DataElement>
HLAfixedArray<T> EncoderFactory.createHLAfixedArray(T... elements) <T extends DataElement>
HLAvariableArray<T> EncoderFactory.createHLAvariableArray(DataElementFactory<T> factory, T... elements) voidHLAvariantRecord.setVariant(T discriminant, DataElement dataElement) Associates the data element for a specified discriminant.