hla.rti
Interface AttributeHandleSetFactory

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

public interface AttributeHandleSetFactory
extends java.io.Serializable

A factory for AttributeHandleSets.

Author:
DMSO

Method Summary
 AttributeHandleSet create()
          Creates and returns a new AttributeHandleSet.
 

Method Detail

create

public AttributeHandleSet create()
Creates and returns a new AttributeHandleSet.

Returns:
the newly created AttributeHandleSet