Uses of Interface
hla.rti1516.AttributeHandle

Packages that use AttributeHandle
hla.rti1516   
hla.rti1516.jlc   
 

Uses of AttributeHandle in hla.rti1516
 

Methods in hla.rti1516 that return AttributeHandle
 AttributeHandle AttributeHandleFactory.decode(byte[] buffer, int offset)
           
 AttributeHandle RTIambassador.getAttributeHandle(ObjectClassHandle whichClass, String theName)
           
 

Methods in hla.rti1516 with parameters of type AttributeHandle
 void FederateAmbassador.attributeIsNotOwned(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 void FederateAmbassador.attributeIsOwnedByRTI(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 String RTIambassador.getAttributeName(ObjectClassHandle whichClass, AttributeHandle theHandle)
           
 DimensionHandleSet RTIambassador.getAvailableDimensionsForClassAttribute(ObjectClassHandle whichClass, AttributeHandle theHandle)
           
 void FederateAmbassador.informAttributeOwnership(ObjectInstanceHandle theObject, AttributeHandle theAttribute, FederateHandle theOwner)
           
 boolean RTIambassador.isAttributeOwnedByFederate(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 void RTIambassador.queryAttributeOwnership(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 

Uses of AttributeHandle in hla.rti1516.jlc
 

Methods in hla.rti1516.jlc with parameters of type AttributeHandle
 void NullFederateAmbassador.attributeIsNotOwned(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 void NullFederateAmbassador.attributeIsOwnedByRTI(ObjectInstanceHandle theObject, AttributeHandle theAttribute)
           
 void NullFederateAmbassador.informAttributeOwnership(ObjectInstanceHandle theObject, AttributeHandle theAttribute, FederateHandle theOwner)