|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.trm.AbstractCondition | +--mss.ea.trm.ModuloCondition
Modulo Condition. This condition is fullfilled if a given counter % a given value equals 0.
Field Summary | |
protected Counter |
counter
Counter used for condition testing. |
protected long |
moduloValue
Modulo value. |
Constructor Summary | |
ModuloCondition(Counter counter,
long value)
Constructor. |
Method Summary | |
boolean |
isTrue()
Test of condition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected long moduloValue
protected Counter counter
Constructor Detail |
public ModuloCondition(Counter counter, long value)
counter
- countervalue
- modulo valueMethod Detail |
public boolean isTrue()
isTrue
in class AbstractCondition
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |