|
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.RunTimeCondition
Runtime condition. The condition is fulfilled in case of (currentTime - startTime > interval). The interval is specified with the constructor.
Field Summary | |
protected long |
breakValue
Time in milliseconds, that must be exceeded for termination. |
Constructor Summary | |
RunTimeCondition(int seconds)
Constructor with runtime in seconds. |
|
RunTimeCondition(long milliSeconds)
Constructor with runtime in milliseconds. |
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 breakValue
Constructor Detail |
public RunTimeCondition(int seconds)
seconds
- runtime in secondspublic RunTimeCondition(long milliSeconds)
milliSeconds
- runtime in millisecondsMethod 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 |