Package | Description |
---|---|
LCE.model |
Modifier and Type | Class and Description |
---|---|
class |
Gate |
class |
Input |
Modifier and Type | Method and Description |
---|---|
Piece |
Circuit.createPiece(int tipo,
int x,
int y) |
Piece |
Circuit.searchPiece(int ID) |
Piece |
Circuit.searchPiece(int _x,
int _y) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Circuit.chkInputGate(Piece p,
int idPed) |
void |
Circuit.deletePiece(Piece c) |
boolean |
Piece.equals(Piece t) |
int |
Circuit.indexOfPiece(Piece c) |
int |
Circuit.insertLink(Piece in,
Piece out,
int idIn,
int idOut) |
int |
Circuit.insertPiece(Piece c) |