org.eodisp.hla.common.handles
Class RegionHandleSetFactoryImpl

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

public class RegionHandleSetFactoryImpl
extends java.lang.Object
implements RegionHandleSetFactory

See Also:
Serialized Form

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

Constructor Detail

RegionHandleSetFactoryImpl

public RegionHandleSetFactoryImpl()
Method Detail

create

public RegionHandleSet create()
Description copied from interface: RegionHandleSetFactory
return hla.rti1516.RegionHandleSet newly created

Specified by:
create in interface RegionHandleSetFactory