Uses of Class
hla.rti1516e.exceptions.AttributeNotDefined
Packages that use AttributeNotDefined
-
Uses of AttributeNotDefined in hla.rti1516e
Methods in hla.rti1516e that throw AttributeNotDefinedModifier and TypeMethodDescriptionvoidRTIambassador.associateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions) voidRTIambassador.attributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes, byte[] userSuppliedTag) voidRTIambassador.attributeOwnershipAcquisitionIfAvailable(ObjectInstanceHandle theObject, AttributeHandleSet desiredAttributes) RTIambassador.attributeOwnershipDivestitureIfWanted(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes) voidRTIambassador.attributeOwnershipReleaseDenied(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes) voidRTIambassador.cancelAttributeOwnershipAcquisition(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes) voidRTIambassador.cancelNegotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes) voidRTIambassador.changeAttributeOrderType(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, OrderType theType) voidRTIambassador.confirmDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag) RTIambassador.getAttributeName(ObjectClassHandle whichClass, AttributeHandle theHandle) RTIambassador.getAvailableDimensionsForClassAttribute(ObjectClassHandle whichClass, AttributeHandle theHandle) doubleRTIambassador.getUpdateRateValueForAttribute(ObjectInstanceHandle theObject, AttributeHandle theAttribute) booleanRTIambassador.isAttributeOwnedByFederate(ObjectInstanceHandle theObject, AttributeHandle theAttribute) voidRTIambassador.negotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag) voidRTIambassador.publishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList) voidRTIambassador.queryAttributeOwnership(ObjectInstanceHandle theObject, AttributeHandle theAttribute) voidRTIambassador.queryAttributeTransportationType(ObjectInstanceHandle theObject, AttributeHandle theAttribute) RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions) RTIambassador.registerObjectInstanceWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, String theObject) voidRTIambassador.requestAttributeTransportationTypeChange(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, TransportationTypeHandle theType) voidRTIambassador.requestAttributeValueUpdate(ObjectClassHandle theClass, AttributeHandleSet theAttributes, byte[] userSuppliedTag) voidRTIambassador.requestAttributeValueUpdate(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes, byte[] userSuppliedTag) voidRTIambassador.requestAttributeValueUpdateWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, byte[] userSuppliedTag) voidRTIambassador.subscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList) voidRTIambassador.subscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList, String updateRateDesignator) voidRTIambassador.subscribeObjectClassAttributesPassively(ObjectClassHandle theClass, AttributeHandleSet attributeList) voidRTIambassador.subscribeObjectClassAttributesPassively(ObjectClassHandle theClass, AttributeHandleSet attributeList, String updateRateDesignator) voidRTIambassador.subscribeObjectClassAttributesPassivelyWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions) voidRTIambassador.subscribeObjectClassAttributesPassivelyWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, String updateRateDesignator) voidRTIambassador.subscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions) voidRTIambassador.subscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions, String updateRateDesignator) voidRTIambassador.unassociateRegionsForUpdates(ObjectInstanceHandle theObject, AttributeSetRegionSetPairList attributesAndRegions) voidRTIambassador.unconditionalAttributeOwnershipDivestiture(ObjectInstanceHandle theObject, AttributeHandleSet theAttributes) voidRTIambassador.unpublishObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList) voidRTIambassador.unsubscribeObjectClassAttributes(ObjectClassHandle theClass, AttributeHandleSet attributeList) voidRTIambassador.unsubscribeObjectClassAttributesWithRegions(ObjectClassHandle theClass, AttributeSetRegionSetPairList attributesAndRegions) voidRTIambassador.updateAttributeValues(ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag) RTIambassador.updateAttributeValues(ObjectInstanceHandle theObject, AttributeHandleValueMap theAttributes, byte[] userSuppliedTag, LogicalTime theTime)