|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasi.sim.basic.id.Counter
public final class Counter
Counter for IDs.
Constructor Summary | |
---|---|
Counter()
Constructor for Counter. |
Method Summary | |
---|---|
Id |
getValue()
Returns the value of this counter. |
Id |
next()
Get the next ID from counter. |
void |
setValue(Id value)
Sets the value of this counter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Counter()
Method Detail |
---|
public Id next()
public Id getValue()
public void setValue(Id value)
value
- The value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |