|
pRTI v1.3 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
This packages the attributes supplied to the federate for reflectAttributeValues. This is conceptually an array with an initial capacity and the ability to grow. You enumerate by stepping index from 0 to size()-1.
| Method Summary | |
int |
getAttributeHandle(int index)
Return attribute handle at index position. |
int |
getOrderType(int index)
Return order handle at index position. |
Region |
getRegion(int index)
Return Region handle at index position. |
int |
getTransportType(int index)
Return transport handle at index position. |
byte[] |
getValue(int index)
Return copy of value at index position. |
int |
getValueLength(int index)
Return length of value at index position. |
byte[] |
getValueReference(int index)
Get the reference of the value at position index (not a clone) |
int |
size()
|
| Method Detail |
public int getAttributeHandle(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public int getOrderType(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public Region getRegion(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public int getTransportType(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public byte[] getValue(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public int getValueLength(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - int
public byte[] getValueReference(int index)
throws hla.rti.ArrayIndexOutOfBounds
index - intpublic int size()
|
pRTI v1.3 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||