org.eodisp.hla.common.handles
Class AttributeHandleSetFactoryImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.AttributeHandleSetFactoryImpl
All Implemented Interfaces:
AttributeHandleSetFactory, java.io.Serializable

public class AttributeHandleSetFactoryImpl
extends java.lang.Object
implements AttributeHandleSetFactory

See Also:
Serialized Form

Constructor Summary
AttributeHandleSetFactoryImpl()
           
 
Method Summary
 AttributeHandleSet create()
          return hla.rti1516.AttributeHandleSet newly created
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeHandleSetFactoryImpl

public AttributeHandleSetFactoryImpl()
Method Detail

create

public AttributeHandleSet create()
Description copied from interface: AttributeHandleSetFactory
return hla.rti1516.AttributeHandleSet newly created

Specified by:
create in interface AttributeHandleSetFactory