|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.StdGate
|
+--engine.NOutputGate
guess..
| Field Summary | |
(package private) Expression |
input
|
(package private) BitVector |
lastInput
|
(package private) BitVector |
lastOutput
|
(package private) int |
length
|
(package private) LeftValue |
outputs
|
| Fields inherited from class engine.StdGate |
delay,
H,
id,
L,
lastUpdateTime,
parent,
truthTables,
type,
X,
Z |
| Constructor Summary | |
(package private) |
NOutputGate(NameSpace parent,
Delay3 delay,
LeftValue outputs,
Expression input,
ModuleInstanceDescription id,
byte type)
|
(package private) |
NOutputGate(NameSpace parent,
Delay3 delay,
ModuleInstanceDescription id,
byte type)
|
| Method Summary | |
void |
execute()
|
void |
trigger()
|
| Methods inherited from class engine.StdGate |
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
BitVector lastInput
BitVector lastOutput
Expression input
LeftValue outputs
int length
| Constructor Detail |
NOutputGate(NameSpace parent,
Delay3 delay,
ModuleInstanceDescription id,
byte type)
throws ParseException
NOutputGate(NameSpace parent,
Delay3 delay,
LeftValue outputs,
Expression input,
ModuleInstanceDescription id,
byte type)
throws ParseException
| Method Detail |
public void trigger()
throws InterpretTimeException
public void execute()
throws InterpretTimeException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||