org.eodisp.hla.common.handles
Class FederateHandleSetFactoryImpl

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

public class FederateHandleSetFactoryImpl
extends java.lang.Object
implements FederateHandleSetFactory

A factory for FederateHandleSet instances.

Author:
Andrzej Kapolka
See Also:
Serialized Form

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

Constructor Detail

FederateHandleSetFactoryImpl

public FederateHandleSetFactoryImpl()
Method Detail

create

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

Specified by:
create in interface FederateHandleSetFactory
Returns:
the newly created FederateHandleSet