Package cz.zcu.fav.kiv.jsim.hla

This package provides classes and interfaces for creating distributed simulations using High Level Architecture (HLA).

See:
          Description

Interface Summary
JSimHLAHead JSimHLAHead represents queue, which can be local or remote.
JSimHLAProcess JSimHLAProcess represents process, which can be local or remote.
 

Class Summary
JSimHLABarrier JSimHLABarrier is used for waiting for HLA callbacks.
JSimHLACallbackQueue JSimHLACallbackQueue represents queue for received RTI callbacks.
JSimHLAConnection JSimHLAConnection provides connection between J-Sim and the Runtime Infrastructure (RTI).
JSimHLAFederateAmbassador JSimHLAFederateAmbassador implements hla.rti.FederateAmbassador, which is a part of HLA standard and must be implemented by every federate using HLA services.
JSimHLAReceivedInteractionCallback JSimHLAReceivedInteractionCallback represents one received interaction from RTI.
JSimHLARemoteHead JSimHLARemoteHead represents HLA remote object for JSimHead.
JSimHLARemoteProcess JSimHLARemoteProcess represents HLA remote object for JSimProcess.
JSimHLARequest JSimHLARequest represents one request for communication with JSimHLAConnection.
JSimHLARequestHeader JSimHLARequestHeader contains header data for JSimHLARequest.
JSimHLAResponse JSimHLAResponse represents one response for communication with JSimHLAConnection.
JSimHLAResponseHeader JSimHLAResponseHeader contains header data for JSimHLAResponse.
JSimHLASimulation JSimHLASimulation represents theoretical simulation models, containing processes (local or remote), queues (local or remote) and other elements.
 

Package cz.zcu.fav.kiv.jsim.hla Description

This package provides classes and interfaces for creating distributed simulations using High Level Architecture (HLA). You should start with creating JSimHLASimulation object. Then, you can create some local and some remote objects.

See Also:
JSimHLASimulation, JSimHLAProcess, JSimHLAHead