hla.rti
Interface RegionHandle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
XRTIRegionHandle

public interface RegionHandle
extends java.io.Serializable

A type-safe handle for a region.

Author:
DMSO

Method Summary
 boolean equals(java.lang.Object otherRegionHandle)
          Checks this region handle for equality with another.
 int hashCode()
          Computes and returns a hash code corresponding to this region handle.
 java.lang.String toString()
          Returns a string representation of this region handle.
 

Method Detail

equals

public boolean equals(java.lang.Object otherRegionHandle)
Checks this region handle for equality with another.

Parameters:
otherRegionHandle - the other region handle
Returns:
true if the two handles represent the same region, false otherwise

hashCode

public int hashCode()
Computes and returns a hash code corresponding to this region handle.

Returns:
the hash code corresponding to this region handle

toString

public java.lang.String toString()
Returns a string representation of this region handle.

Returns:
a string representation of this region handle