|
CSP for Java (JCSP) 1.0-rc2 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jcsp.util.ints.TimerInt
The TimerInt is always FULL and discards any ints passed via put.
One2OneChannelInt
,
Any2OneChannelInt
,
One2AnyChannelInt
,
Any2AnyChannelInt
Fields inherited from interface jcsp.util.ints.ChannelDataStoreInt |
EMPTY,
FULL,
NONEMPTYFULL |
Constructor Summary | |
TimerInt()
Deprecated. |
Method Summary | |
Object |
clone()
Deprecated. Use the jcsp.lang.CSTimer guard. |
int |
get()
Deprecated. Use the jcsp.lang.CSTimer guard. |
int |
getState()
Deprecated. Use the jcsp.lang.CSTimer guard. |
void |
put(int value)
Deprecated. Use the jcsp.lang.CSTimer guard. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TimerInt()
Method Detail |
public int get()
public void put(int value)
The
- value to put in the TimerIntpublic int getState()
public Object clone()
|
CSP for Java (JCSP) 1.0-rc2 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |