hla.rti1516
Interface AttributeHandleFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributeHandleFactoryImpl

public interface AttributeHandleFactory
extends java.io.Serializable

The factory is used only (outside RTI) to create AttributeHandle received as an attribute value or parameter value.


Method Summary
 AttributeHandle decode(byte[] buffer, int offset)
           
 

Method Detail

decode

AttributeHandle decode(byte[] buffer,
                       int offset)
                       throws CouldNotDecode,
                              FederateNotExecutionMember
Throws:
CouldNotDecode
FederateNotExecutionMember