Uses of Interface
hla.rti1516.AttributeSetRegionSetPairList

Packages that use AttributeSetRegionSetPairList
hla.rti1516   
 

Uses of AttributeSetRegionSetPairList in hla.rti1516
 

Methods in hla.rti1516 that return AttributeSetRegionSetPairList
 AttributeSetRegionSetPairList AttributeSetRegionSetPairListFactory.create(int capacity)
          Creates a new AttributeHandleValuePairSet instance with specified initial capacity.
 

Methods in hla.rti1516 with parameters of type AttributeSetRegionSetPairList
 void RTIambassador.associateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 ObjectInstanceHandle RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, String theObject)
           
 void RTIambassador.requestAttributeValueUpdateWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, byte[] userSuppliedTag)
           
 void RTIambassador.subscribeObjectClassAttributesPassivelyWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.subscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.unassociateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions)
           
 void RTIambassador.unsubscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions)