public abstract class Gate extends Piece
Modifier and Type | Field and Description |
---|---|
LCE.model.Link |
collegamento |
Constructor and Description |
---|
Gate(int _x,
int _y) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getOutput() |
void |
refreshOutput() |
abstract void |
refreshValue() |
abstract void |
setInput(int index,
boolean _in) |
void |
setLink(LCE.model.Link l) |
public void setLink(LCE.model.Link l)
public void refreshOutput()
public abstract void setInput(int index, boolean _in)
public abstract void refreshValue()
refreshValue
in class Piece