|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.wrapper.hla.LongValuedLogicalTimeFactory
public class LongValuedLogicalTimeFactory
A factory for LongValuedLogicalTimes.
| Constructor Summary | |
|---|---|
LongValuedLogicalTimeFactory()
|
|
| Method Summary | |
|---|---|
hla.rti1516.LogicalTime |
decode(byte[] buffer,
int offset)
Decodes a logical time stored within the specified buffer, returning a LogicalTime object corresponding to the decoded value. |
hla.rti1516.LogicalTime |
makeFinal()
Creates and returns an instance of the final logical time. |
hla.rti1516.LogicalTime |
makeInitial()
Creates and returns an instance of the initial logical time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongValuedLogicalTimeFactory()
| Method Detail |
|---|
public hla.rti1516.LogicalTime decode(byte[] buffer,
int offset)
throws hla.rti1516.CouldNotDecode
LogicalTime object corresponding to the decoded value.
decode in interface hla.rti1516.LogicalTimeFactorybuffer - the buffer that contains the encoded valueoffset - the offset within the buffer at which the encoded value is
stored
LogicalTime representing the decoded value
hla.rti1516.CouldNotDecode - if the value could not be decodedpublic hla.rti1516.LogicalTime makeInitial()
makeInitial in interface hla.rti1516.LogicalTimeFactorypublic hla.rti1516.LogicalTime makeFinal()
makeFinal in interface hla.rti1516.LogicalTimeFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||