|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAddress
This Interface defines the minimal methods for the addresses used in the simulator. All addresses must implement this interface. An address is comparable and has a String representation.
| Method Summary | |
|---|---|
boolean |
equals(IAddress address)
Tests if an address is equal to this address. |
String |
toString()
This method returns this address in a form represented by a String. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean equals(IAddress address)
address - an address to compare with this Address
String toString()
toString in class Object
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||