Package manager

Interface Summary
LogicalTimeListener A listener interface for handlers which wish to hear whenever the local federate is permitted to advance to the next logical time.
 

Class Summary
Advancer A class which encapsulates the management of time advance with the RTI.
Advancer13 An implementation of the Advancer class specific to the RTI-NG 1.3 DMSO RTI implementation.
ClassLookup Translates class names and class.attribute names to integer handles as defined by the RTI for this federation execution.
Coupler The coupler class transparently couples the federate to the federation in a controlled manner.
DistributedSchedule This class is a modified version of the standard RePast Schedule object.
LocalManager This is the primary interface for the distributed executive which is exported to the local model.
 

Exception Summary
BadClassException An exception indicating some problem with a Class object passed to the HLA_RePast engine.
BadClassTreeException Thrown whenever a class is registered with the local database, but it does not have the right hierarchy (ie does not extends PublicObject).
ObjectDeletedException Thrown in many situations when an interaction is attempted locally which refers to an object which has been deleted by an external (or possibly even internal) event.
ObjectNotFoundException Similarly to ObjectDeletedException this exception is generally thrown when there is a mismatch between operations being performed in the local JVM and the canonical picture of the federation held in the local database.