|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthla.rti1516.jlc.omt.AbstractDataElement
hla.rti1516.jlc.omt.OmtHLAvariableArray
public class OmtHLAvariableArray
| Constructor Summary | |
|---|---|
OmtHLAvariableArray()
|
|
OmtHLAvariableArray(DataElement[] momElements)
|
|
OmtHLAvariableArray(DataElementFactory elementFactory)
|
|
| Method Summary | |
|---|---|
void |
addElement(DataElement dataElement)
Adds an element to this variable array. |
void |
decode(ByteWrapper byteWrapper)
Decodes this element from the ByteWrapper. |
void |
encode(ByteWrapper byteWrapper)
Encodes this element into the specified ByteWrapper. |
boolean |
equals(java.lang.Object obj)
|
DataElement |
get(int index)
Returns element at the specified index. |
int |
getEncodedLength()
Returns the size in bytes of this element's encoding. |
int |
getOctetBoundary()
Returns the octet boundary of this element. |
int |
hashCode()
|
java.util.Iterator |
iterator()
Returns an iterator for the elements in this variable array. |
int |
size()
Returns the number of elements in this variable array. |
| Methods inherited from class hla.rti1516.jlc.omt.AbstractDataElement |
|---|
toByteArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hla.rti1516.jlc.DataElement |
|---|
toByteArray |
| Constructor Detail |
|---|
public OmtHLAvariableArray()
public OmtHLAvariableArray(DataElementFactory elementFactory)
public OmtHLAvariableArray(DataElement[] momElements)
| Method Detail |
|---|
public void addElement(DataElement dataElement)
HLAvariableArray
addElement in interface HLAvariableArraypublic int size()
HLAvariableArray
size in interface HLAvariableArraypublic DataElement get(int index)
HLAvariableArray
get in interface HLAvariableArraypublic java.util.Iterator iterator()
HLAvariableArray
iterator in interface HLAvariableArraypublic void encode(ByteWrapper byteWrapper)
DataElement
encode in interface DataElementencode in interface HLAvariableArraypublic void decode(ByteWrapper byteWrapper)
DataElement
decode in interface DataElementdecode in interface HLAvariableArraypublic int getEncodedLength()
DataElement
getEncodedLength in interface DataElementgetEncodedLength in interface HLAvariableArraypublic int getOctetBoundary()
DataElement
getOctetBoundary in interface DataElementgetOctetBoundary in interface HLAvariableArraypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||