org.npsnet.xrti
Class XRTIAttributeHandleSetFactory

java.lang.Object
  extended byorg.npsnet.xrti.XRTIAttributeHandleSetFactory
All Implemented Interfaces:
AttributeHandleSetFactory, java.io.Serializable

public class XRTIAttributeHandleSetFactory
extends java.lang.Object
implements AttributeHandleSetFactory

A factory for AttributeHandleSets.

Author:
Andrzej Kapolka
See Also:
Serialized Form

Constructor Summary
XRTIAttributeHandleSetFactory()
           
 
Method Summary
 AttributeHandleSet create()
          Creates and returns a new AttributeHandleSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRTIAttributeHandleSetFactory

public XRTIAttributeHandleSetFactory()
Method Detail

create

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

Specified by:
create in interface AttributeHandleSetFactory
Returns:
the newly created AttributeHandleSet