Inheritance diagram for manas.gates.CELL:
Public Member Functions | |
CELL (long id, String name) | |
String | getDescription () |
void | setDescription (String description) |
int | getWidth () |
void | setWidth (int width) |
int | getHeight () |
void | setHeight (int height) |
InputMarker[] | getInputMarkerGates () |
void | setInputMarkerGates (InputMarker[] inputMarkerGates) |
OutputMarker[] | getOutputMarkers () |
void | setOutputMarkers (OutputMarker[] outputMarkers) |
GWire[] | getClockGates () |
void | setClockGates (GWire[] clockGates) |
Private Attributes | |
long | id |
String | name |
String | description |
int | width |
int | height |
InputMarker[] | inputMarkers |
OutputMarker[] | outputMarkers |
GWire[] | clockGates |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|