Uses of Interface
hla.rti1516.AttributeHandleSet

Packages that use AttributeHandleSet
hla.rti1516   
hla.rti1516.jlc   
 

Uses of AttributeHandleSet in hla.rti1516
 

Fields in hla.rti1516 declared as AttributeHandleSet
 AttributeHandleSet AttributeRegionAssociation.ahset
           
 

Methods in hla.rti1516 that return AttributeHandleSet
 AttributeHandleSet RTIambassador.attributeOwnershipDivestitureIfWanted(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 AttributeHandleSet AttributeHandleSetFactory.create()
          return hla.rti1516.AttributeHandleSet newly created
 

Methods in hla.rti1516 with parameters of type AttributeHandleSet
 void RTIambassador.attributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.attributeOwnershipAcquisitionIfAvailable(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes)
           
 void FederateAmbassador.attributeOwnershipAcquisitionNotification(ObjectInstanceHandle theObject, AttributeHandleSet securedAttributes, byte[] userSuppliedTag)
           
 AttributeHandleSet RTIambassador.attributeOwnershipDivestitureIfWanted(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.attributeOwnershipUnavailable(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.attributesInScope(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.attributesOutOfScope(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.cancelAttributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.cancelNegotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.changeAttributeOrderType(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, OrderType theType)
           
 void RTIambassador.changeAttributeTransportationType(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, TransportationType theType)
           
 void FederateAmbassador.confirmAttributeOwnershipAcquisitionCancellation(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.confirmDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.negotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void FederateAmbassador.provideAttributeValueUpdate(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.publishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void FederateAmbassador.requestAttributeOwnershipAssumption(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes, byte[] userSuppliedTag)
           
 void FederateAmbassador.requestAttributeOwnershipRelease(ObjectInstanceHandle theObject, AttributeHandleSet candidateAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.requestAttributeValueUpdate(ObjectClassHandle theClass, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void RTIambassador.requestAttributeValueUpdate(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void FederateAmbassador.requestDivestitureConfirmation(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes)
           
 void RTIambassador.subscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.subscribeObjectClassAttributesPassively(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void FederateAmbassador.turnUpdatesOffForObjectInstance(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void FederateAmbassador.turnUpdatesOnForObjectInstance(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.unconditionalAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void RTIambassador.unpublishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 void RTIambassador.unsubscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList)
           
 

Constructors in hla.rti1516 with parameters of type AttributeHandleSet
AttributeRegionAssociation(AttributeHandleSet ahs, RegionHandleSet rhs)
           
 

Uses of AttributeHandleSet in hla.rti1516.jlc
 

Methods in hla.rti1516.jlc with parameters of type AttributeHandleSet
 void NullFederateAmbassador.attributeOwnershipAcquisitionNotification(ObjectInstanceHandle theObject, AttributeHandleSet securedAttributes, byte[] userSuppliedTag)
           
 void NullFederateAmbassador.attributeOwnershipUnavailable(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.attributesInScope(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.attributesOutOfScope(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.confirmAttributeOwnershipAcquisitionCancellation(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.provideAttributeValueUpdate(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag)
           
 void NullFederateAmbassador.requestAttributeOwnershipAssumption(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes, byte[] userSuppliedTag)
           
 void NullFederateAmbassador.requestAttributeOwnershipRelease(ObjectInstanceHandle theObject, AttributeHandleSet candidateAttributes, byte[] userSuppliedTag)
           
 void NullFederateAmbassador.requestDivestitureConfirmation(ObjectInstanceHandle theObject, AttributeHandleSet offeredAttributes)
           
 void NullFederateAmbassador.turnUpdatesOffForObjectInstance(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)
           
 void NullFederateAmbassador.turnUpdatesOnForObjectInstance(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes)