Package org.eodisp.wrapper.hla

Wrapper generator for a HLA SOM file and helper classes.

See:
          Description

Interface Summary
DiscoveredObjectClassInstanceFactory A factory that creates appropriate java instances for a discovered object class instance.
EodispFederate.FederationStateListener  
ObjectClassDiscoveryListener Listener interface to notify object discoveries.
ObjectClassInstance  
 

Class Summary
EncodingHelpers Utility methods for encoding and decoding basic types, modeled after those supplied with the DMSO RTI.
EodispFederate An EODiSP specific Federate superclass.
FederateAmbassadorDelegator This class can be used to delegate federate ambassador callbacks to more than one FederateAmbassador implementations.
HLAEncodingInputStream An input stream with methods for reading values using standard HLA encoding.
HLAEncodingOutputStream An output stream with methods for writing values using standard HLA encoding.
LongValuedLogicalTime An immutable long-valued logical time value.
LongValuedLogicalTimeFactory A factory for LongValuedLogicalTimes.
LongValuedLogicalTimeInterval An immutable long-valued logical time interval.
LongValuedLogicalTimeIntervalFactory A factory for LongValuedLogicalTimeIntervals.
ObjectInstanceProxy The base class of all object instance proxies.
ProxyAmbassador Provides a facade (Facade Pattern) to the HLA interfaces RTIambassador and FederateAmbassador.
ProxyCompiler Generates a set of classes suitable to implement a federate that corresponds to a given HLA SOM document.
StreamChunker  
 

Enum Summary
FederationState  
 

Exception Summary
FederationSynchronizationException Thrown to indicate that a federation synchronization could not be achieved
SynchronizationPointRegistrationException Thrown to indicate that a synchronization point registration failed.
TypeConflictException An exception thrown when a type conflict is encountered.
 

Package org.eodisp.wrapper.hla Description

Wrapper generator for a HLA SOM file and helper classes.