hla.rti1516
Class MobileFederateServices

java.lang.Object
  extended by hla.rti1516.MobileFederateServices
All Implemented Interfaces:
Serializable

public final class MobileFederateServices
extends Object
implements Serializable

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

See Also:
Serialized Form

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

Field Detail

_timeFactory

public LogicalTimeFactory _timeFactory

_intervalFactory

public LogicalTimeIntervalFactory _intervalFactory
Constructor Detail

MobileFederateServices

public MobileFederateServices(LogicalTimeFactory timeFactory,
                              LogicalTimeIntervalFactory intervalFactory)
Parameters:
timeFactory - hla.rti1516.LogicalTimeFactory
intervalFactory - hla.rti1516.LogicalTimeIntervalFactory