edu.virginia.cs.mng.hypercast
Interface I_AddressPair

All Known Implementing Classes:
HC_AddressPair, DT_AddressPair

public abstract interface I_AddressPair

This interface is for address pairs - the objects mapping the logical address of a node on the virtual network (overlay) to a physical address on a real network (e.g., the Internet.) It uses the interfaces I_PhysicalAddress/I_LogicalAddress.


Method Summary
 I_LogicalAddress getLogicalAddress()
          Returns the logical address of this addresspair
 I_PhysicalAddress getPhysicalAddress()
          Returns the physical address of this addresspair
 

Method Detail

getPhysicalAddress

public I_PhysicalAddress getPhysicalAddress()
Returns the physical address of this addresspair

getLogicalAddress

public I_LogicalAddress getLogicalAddress()
Returns the logical address of this addresspair