Uses of Interface
hla.rti1516.InteractionClassHandle

Packages that use InteractionClassHandle
hla.rti1516   
hla.rti1516.jlc   
 

Uses of InteractionClassHandle in hla.rti1516
 

Methods in hla.rti1516 that return InteractionClassHandle
 InteractionClassHandle InteractionClassHandleFactory.decode(byte[] buffer, int offset)
           
 InteractionClassHandle RTIambassador.getInteractionClassHandle(String theName)
           
 

Methods in hla.rti1516 with parameters of type InteractionClassHandle
 void RTIambassador.changeInteractionOrderType(InteractionClassHandle theClass, OrderType theType)
           
 void RTIambassador.changeInteractionTransportationType(InteractionClassHandle theClass, TransportationType theType)
           
 DimensionHandleSet RTIambassador.getAvailableDimensionsForInteractionClass(InteractionClassHandle theHandle)
           
 String RTIambassador.getInteractionClassName(InteractionClassHandle theHandle)
           
 ParameterHandle RTIambassador.getParameterHandle(InteractionClassHandle whichClass, String theName)
           
 String RTIambassador.getParameterName(InteractionClassHandle whichClass, ParameterHandle theHandle)
           
 void RTIambassador.publishInteractionClass(InteractionClassHandle theInteraction)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle, RegionHandleSet sentRegions)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, RegionHandleSet regions)
           
 void FederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, RegionHandleSet sentRegions)
           
 void RTIambassador.sendInteraction(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.sendInteraction(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, LogicalTime theTime)
           
 void RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, RegionHandleSet regions, byte[] userSuppliedTag)
           
 MessageRetractionReturn RTIambassador.sendInteractionWithRegions(InteractionClassHandle theInteraction, ParameterHandleValueMap theParameters, RegionHandleSet regions, byte[] userSuppliedTag, LogicalTime theTime)
           
 void RTIambassador.subscribeInteractionClass(InteractionClassHandle theClass)
           
 void RTIambassador.subscribeInteractionClassPassively(InteractionClassHandle theClass)
           
 void RTIambassador.subscribeInteractionClassPassivelyWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 void RTIambassador.subscribeInteractionClassWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 void FederateAmbassador.turnInteractionsOff(InteractionClassHandle theHandle)
           
 void FederateAmbassador.turnInteractionsOn(InteractionClassHandle theHandle)
           
 void RTIambassador.unpublishInteractionClass(InteractionClassHandle theInteraction)
           
 void RTIambassador.unsubscribeInteractionClass(InteractionClassHandle theClass)
           
 void RTIambassador.unsubscribeInteractionClassWithRegions(InteractionClassHandle theClass, RegionHandleSet regions)
           
 

Uses of InteractionClassHandle in hla.rti1516.jlc
 

Methods in hla.rti1516.jlc with parameters of type InteractionClassHandle
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport)
           
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering)
           
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle)
           
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, MessageRetractionHandle messageRetractionHandle, RegionHandleSet sentRegions)
           
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, LogicalTime theTime, OrderType receivedOrdering, RegionHandleSet regions)
           
 void NullFederateAmbassador.receiveInteraction(InteractionClassHandle interactionClass, ParameterHandleValueMap theParameters, byte[] userSuppliedTag, OrderType sentOrdering, TransportationType theTransport, RegionHandleSet sentRegions)
           
 void NullFederateAmbassador.turnInteractionsOff(InteractionClassHandle theHandle)
           
 void NullFederateAmbassador.turnInteractionsOn(InteractionClassHandle theHandle)