org.eodisp.hla.common.handles
Class RegionHandleImpl

java.lang.Object
  extended by org.eodisp.hla.common.handles.UUIDHandle
      extended by org.eodisp.hla.common.handles.RegionHandleImpl
All Implemented Interfaces:
AttributeHandle, FederateHandle, ObjectClassHandle, ObjectInstanceHandle, RegionHandle, java.io.Serializable

public class RegionHandleImpl
extends UUIDHandle
implements RegionHandle

Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
RegionHandleImpl()
           
RegionHandleImpl(byte[] buffer, int offset)
           
RegionHandleImpl(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class org.eodisp.hla.common.handles.UUIDHandle
encode, encodedLength, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hla.rti1516.RegionHandle
equals, hashCode, toString
 

Constructor Detail

RegionHandleImpl

public RegionHandleImpl()

RegionHandleImpl

public RegionHandleImpl(java.lang.String s)

RegionHandleImpl

public RegionHandleImpl(byte[] buffer,
                        int offset)
                 throws CouldNotDecode
Throws:
CouldNotDecode