hla.rti1516
Interface LogicalTimeFactory

All Superinterfaces:
Serializable

public interface LogicalTimeFactory
extends Serializable


Method Summary
 LogicalTime decode(byte[] buffer, int offset)
           
 LogicalTime makeFinal()
           
 LogicalTime makeInitial()
           
 

Method Detail

decode

LogicalTime decode(byte[] buffer,
                   int offset)
                   throws CouldNotDecode
Throws:
CouldNotDecode

makeInitial

LogicalTime makeInitial()

makeFinal

LogicalTime makeFinal()