cz.zcu.fav.kiv.jsim.hla
Class JSimHLAReceivedInteractionCallback

java.lang.Object
  extended bycz.zcu.fav.kiv.jsim.hla.JSimHLAReceivedInteractionCallback

public class JSimHLAReceivedInteractionCallback
extends java.lang.Object

JSimHLAReceivedInteractionCallback represents one received interaction from RTI. You should never need to create an instance of this class.

Author:
Stanislav Kozina
See Also:
JSimHLACallbackQueue

Field Summary
private  InteractionClassHandle interactionClass
          Handle of the interaction class.
private  ParameterHandleValueMap parameters
          The parameters of received interaction.
 
Constructor Summary
JSimHLAReceivedInteractionCallback(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters)
          Creates an instance of JSimHLAReceivedInteractionCallback.
 
Method Summary
 InteractionClassHandle getInteractionClass()
          Returns the interaction class handle.
 ParameterHandleValueMap getParameters()
          Returns the parameters of received interaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interactionClass

private InteractionClassHandle interactionClass
Handle of the interaction class.


parameters

private ParameterHandleValueMap parameters
The parameters of received interaction.

Constructor Detail

JSimHLAReceivedInteractionCallback

public JSimHLAReceivedInteractionCallback(InteractionClassHandle interactionClass,
                                          ParameterHandleValueMap theParameters)
Creates an instance of JSimHLAReceivedInteractionCallback. You should never need to create an instance of this class.

Parameters:
interactionClass - the interaction class handle
theParameters - the parameters of received interaction
Method Detail

getInteractionClass

public InteractionClassHandle getInteractionClass()
Returns the interaction class handle.

Returns:
the interaction class handle

getParameters

public ParameterHandleValueMap getParameters()
Returns the parameters of received interaction.

Returns:
the parameters of received interaction