hypercast.NONE
Class NONE_AddressPair

java.lang.Object
  |
  +--hypercast.NONE.NONE_AddressPair
All Implemented Interfaces:
I_AddressPair

public class NONE_AddressPair
extends java.lang.Object
implements I_AddressPair

In the NONE protocol, a logical address and physical address are the same, thus an address pair need only have a single address.


Constructor Summary
NONE_AddressPair(hypercast.NONE.NONE_LogicalAddress logicalAddress)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 hypercast.I_LogicalAddress getLogicalAddress()
          Returns the logical address of this addresspair
 hypercast.I_PhysicalAddress getPhysicalAddress()
          Returns the physical address of this addresspair
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NONE_AddressPair

public NONE_AddressPair(hypercast.NONE.NONE_LogicalAddress logicalAddress)
Method Detail

getPhysicalAddress

public hypercast.I_PhysicalAddress getPhysicalAddress()
Description copied from interface: I_AddressPair
Returns the physical address of this addresspair

Specified by:
getPhysicalAddress in interface I_AddressPair
See Also:
I_AddressPair.getPhysicalAddress()

getLogicalAddress

public hypercast.I_LogicalAddress getLogicalAddress()
Description copied from interface: I_AddressPair
Returns the logical address of this addresspair

Specified by:
getLogicalAddress in interface I_AddressPair
See Also:
I_AddressPair.getLogicalAddress()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object