hla.rti
Class MobileFederateServices

java.lang.Object
  extended byhla.rti.MobileFederateServices

public final class MobileFederateServices
extends java.lang.Object

Conveys the interfaces for all services that a federate must supply and which may not execute in the federate's space.

Author:
DMSO

Field Summary
 LogicalTimeIntervalFactory _intervalFactory
          The logical time interval factory.
 LogicalTimeFactory _timeFactory
          The logical time factory.
 
Constructor Summary
MobileFederateServices(LogicalTimeFactory timeFactory, LogicalTimeIntervalFactory intervalFactory)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_timeFactory

public LogicalTimeFactory _timeFactory
The logical time factory.


_intervalFactory

public LogicalTimeIntervalFactory _intervalFactory
The logical time interval factory.

Constructor Detail

MobileFederateServices

public MobileFederateServices(LogicalTimeFactory timeFactory,
                              LogicalTimeIntervalFactory intervalFactory)
Constructor.

Parameters:
timeFactory - the logical time factory
intervalFactory - the logical time interval factory