|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--antsim.nestor.LocalNid
Class LocalNid is the implementation of NestId for the
to be used during off-line simulation. Unique identifiers are generated
using a counter.
| Constructor Summary | |
LocalNid(LocalGate gate)
Builds a new local identifier |
|
| Method Summary | |
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
Check whether this LocalNid is equal to the specified object. |
int |
hashCode()
Returns a hash code value for the object. |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LocalNid(LocalGate gate)
| Method Detail |
public int compareTo(Object o)
compareTo in interface Comparablepublic boolean equals(Object obj)
LocalNid is equal to the specified object.
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||