|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hypercast.DT.DT_AddressPair
A physical & logical address pair for the Delaunay triangulation. It is immutable.
Method Summary | |
boolean |
equals(java.lang.Object o)
|
hypercast.DT.DT_LogicalAddress |
getDTLogicalAddress()
Same as getLogicalAddress(), except the returned object type does not need to be coerced to type DT_LogicalAddress. |
hypercast.I_LogicalAddress |
getLogicalAddress()
return the logical address |
hypercast.I_PhysicalAddress |
getPhysicalAddress()
return the physical address |
java.lang.String |
toString()
Returns "PA:" + PA.toString() + " LA:" + LA.toString() |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public hypercast.I_PhysicalAddress getPhysicalAddress()
getPhysicalAddress
in interface I_AddressPair
public hypercast.I_LogicalAddress getLogicalAddress()
getLogicalAddress
in interface I_AddressPair
public hypercast.DT.DT_LogicalAddress getDTLogicalAddress()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |