org.eodisp.hla.common.handles
Class DimensionHandleSetFactoryImpl

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

public class DimensionHandleSetFactoryImpl
extends java.lang.Object
implements DimensionHandleSetFactory

See Also:
Serialized Form

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

Constructor Detail

DimensionHandleSetFactoryImpl

public DimensionHandleSetFactoryImpl()
Method Detail

create

public DimensionHandleSet create()
Description copied from interface: DimensionHandleSetFactory
return hla.rti1516.DimensionHandleSet newly created

Specified by:
create in interface DimensionHandleSetFactory