|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.wrapper.hla.LongValuedLogicalTimeIntervalFactory
public class LongValuedLogicalTimeIntervalFactory
A factory for LongValuedLogicalTimeIntervals.
| Constructor Summary | |
|---|---|
LongValuedLogicalTimeIntervalFactory()
|
|
| Method Summary | |
|---|---|
hla.rti1516.LogicalTimeInterval |
decode(byte[] buffer,
int offset)
Decodes a logical time interval stored within the specified buffer, returning a corresponding new LogicalTimeInterval. |
hla.rti1516.LogicalTimeInterval |
makeEpsilon()
Creates and returns an epsilon-length logical time interval. |
hla.rti1516.LogicalTimeInterval |
makeZero()
Creates and returns a zero-length logical time interval. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongValuedLogicalTimeIntervalFactory()
| Method Detail |
|---|
public hla.rti1516.LogicalTimeInterval decode(byte[] buffer,
int offset)
throws hla.rti1516.CouldNotDecode
LogicalTimeInterval.
decode in interface hla.rti1516.LogicalTimeIntervalFactorybuffer - the buffer containing the encoded intervaloffset - the offset within the buffer at which the encoded interval is
stored
LogicalTimeInterval corresponding to the
encoded interval
hla.rti1516.CouldNotDecode - if the time interval could not be decodedpublic hla.rti1516.LogicalTimeInterval makeZero()
makeZero in interface hla.rti1516.LogicalTimeIntervalFactoryLogicalTimeIntervalpublic hla.rti1516.LogicalTimeInterval makeEpsilon()
makeEpsilon in interface hla.rti1516.LogicalTimeIntervalFactoryLogicalTimeInterval
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||