|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--engine.ContAssignMonitor
This is a monitor which waits for the rValue to change, and then takes care
to modify lValue at the end of the time unit specified by the delay values
(by posting a SimpleAssignInstruction).
| Field Summary | |
(package private) BitVector |
curValue
|
(package private) Delay3 |
delays
|
(package private) SimpleAssignInstruction |
lastUpdate
this will keep the last update instruction, so we can remove it if it becomes obsolete |
(package private) LeftValue |
lValue
|
(package private) NameSpace |
ns
|
(package private) BitVector |
prevValue
|
(package private) Expression |
rValue
|
| Constructor Summary | |
(package private) |
ContAssignMonitor(NameSpace ns,
LeftValue lValue,
Expression rValue,
Delay3 delays)
|
| Method Summary | |
void |
trigger()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
NameSpace ns
LeftValue lValue
Expression rValue
BitVector prevValue
BitVector curValue
SimpleAssignInstruction lastUpdate
Delay3 delays
| Constructor Detail |
ContAssignMonitor(NameSpace ns,
LeftValue lValue,
Expression rValue,
Delay3 delays)
| Method Detail |
public void trigger()
throws InterpretTimeException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||