|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--engine.StdGate
Things all standard gates have
| Field Summary | |
(package private) Delay3 |
delay
|
(package private) static int |
H
|
(package private) ModuleInstanceDescription |
id
|
(package private) static int |
L
|
(package private) long |
lastUpdateTime
|
(package private) NameSpace |
parent
|
static int[][] |
truthTables
The truth tables are ordered so we can use the type member as an index and pass the table to Bitvector.genericReduction. |
(package private) byte |
type
|
(package private) static int |
X
|
(package private) static int |
Z
|
| Constructor Summary | |
(package private) |
StdGate(NameSpace parent,
Delay3 delay,
byte type,
ModuleInstanceDescription id)
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Delay3 delay
NameSpace parent
ModuleInstanceDescription id
byte type
long lastUpdateTime
static final int X
static final int Z
static final int L
static final int H
public static final int[][] truthTables
| Constructor Detail |
StdGate(NameSpace parent,
Delay3 delay,
byte type,
ModuleInstanceDescription id)
| Method Detail |
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||