org.eodisp.hla.common.handles
Class DimensionHandleImpl

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

public class DimensionHandleImpl
extends UUIDHandle
implements DimensionHandle

Author:
ibirrer
See Also:
Serialized Form

Constructor Summary
DimensionHandleImpl()
           
DimensionHandleImpl(byte[] buffer, int offset)
           
DimensionHandleImpl(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, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hla.rti1516.DimensionHandle
encode, encodedLength, equals, hashCode, toString
 

Constructor Detail

DimensionHandleImpl

public DimensionHandleImpl()

DimensionHandleImpl

public DimensionHandleImpl(java.lang.String s)

DimensionHandleImpl

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