Inheritance diagram for manas.GGates.GClock:
Public Member Functions | |
boolean | isActive () |
void | setActive (boolean active) |
GClock (JGraph graph) | |
GClock (Object userObject) | |
GClock (Object userObject, AttributeMap storageMap) | |
GClock (Object userObject, AttributeMap storageMap, MutableTreeNode[] children) | |
Map | createCellAttributes (Point2D point, String path) |
int | changeState () |
void | run () |
MWire | simulate () |
void | setInWire1 (MWire inWire1) |
void | setInWire2 (MWire inWire2) |
MWire | getOutWire () |
boolean | isVisited () |
void | setVisited (boolean visited) |
void | push (int index, MWire deger) |
MWire | pop (int index) |
Static Protected Member Functions | |
static ImageIcon | CreateImageIcon (String path) |
Package Attributes | |
JGraph | graph |
GraphModel | model |
Private Member Functions | |
void | init () |
Private Attributes | |
MWire | outWire |
int | state = 0 |
Thread | t |
volatile Thread | blinker |
boolean | isActive = false |
Runnable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements manas.GGates.Simulation. |
|
|
|
|
|
Implements manas.GGates.Simulation. |
|
Implements manas.GGates.Simulation. |
|
Implements manas.GGates.Simulation. |
|
|
|
|
|
Implements manas.GGates.Simulation. |
|
Implements manas.GGates.Simulation. |
|
Implements manas.GGates.Simulation. |
|
Implements manas.GGates.Simulation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|