|
JACK 5.4 Application Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaos.jack.jak.util.Watchable
aos.jack.jak.cursor.Cursor
aos.jack.util.cursor.Again
The Again cursor is a cursor which returns true at regular time intervals.
Field Summary |
Fields inherited from class aos.jack.jak.cursor.Cursor |
FALSE, falseCursor, TRUE, trueCursor, UNKNOWN |
Constructor Summary | |
Again(long r)
Constructs an Again cursor with the specified interval, and using the default timer. |
|
Again(long r,
Agent a)
Constructs an Again cursor with the specified interval, and using the passed in agent's timer. |
|
Again(long r,
FSM f)
|
|
Again(long r,
Timer t)
Creates an Again cursor with the specified interval and Timer. |
Method Summary | |
void |
expired(TimerHandle h,
java.lang.Object o)
|
void |
finished()
This informs the cursor that it is not going to be used again. |
boolean |
isTriggered()
Returns true. |
boolean |
next()
Method to test if the next interval has been reached on the clock. |
void |
register(java.util.Observer o)
|
protected void |
reschedule()
|
Cursor |
reset(aos.jack.jak.core.Generator g,
int index)
Used to reinitialise the cursor. |
boolean |
unRegister(java.util.Observer o)
|
Methods inherited from class aos.jack.jak.cursor.Cursor |
negate, undo |
Methods inherited from class aos.jack.jak.util.Watchable |
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Again(long r, Timer t)
r
- The interval between successive triggerings of the cursor.t
- The timer used to measure the time.public Again(long r)
r
- The interval between successive triggerings of the cursor.public Again(long r, Agent a)
r
- The interval between successive triggerings of the cursor.a
- The agent which contains the timer to use.public Again(long r, FSM f)
Method Detail |
protected void reschedule()
public boolean next()
next
in class Cursor
public Cursor reset(aos.jack.jak.core.Generator g, int index)
reset
in class Cursor
g
- The generator that generates an equivalent cursorindex
- The index of the equivalent cursor in the generator.
public void finished()
Cursor
finished
in class Cursor
public boolean isTriggered()
isTriggered
in class Cursor
public void register(java.util.Observer o)
register
in class Cursor
public boolean unRegister(java.util.Observer o)
unRegister
in class Cursor
public void expired(TimerHandle h, java.lang.Object o)
expired
in interface TimerClient
|
JACK 5.4 Application Interface | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
US Government Restricted Rights
The JACK Modules and relevant Software Material have been developed entirely at private expense and are accordingly provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013 or subparagraph (c)(1) and (2) of the Commercial Computer Software Restricted Rights and 48 CFR 52.2270-19, as applicable.