Modifier and Type | Method and Description |
---|---|
java.lang.String |
describeBaseType() |
java.lang.String |
describeState() |
int |
getBaseType() |
SimAPI.Node |
getDrain() |
SimAPI.Node |
getGate() |
java.util.Collection<SimAPI.Trans> |
getGateList() |
long |
getLength() |
SimAPI.Trans |
getLink() |
SimAPI.Node |
getOtherNode(SimAPI.Node n)
/**
figure what's on the *other* terminal node of a transistor
|
double[] |
getResists() |
SimAPI.Node |
getSource() |
long |
getWidth() |
int |
getX() |
int |
getY() |
int getBaseType()
java.lang.String describeBaseType()
java.lang.String describeState()
SimAPI.Node getGate()
SimAPI.Node getSource()
SimAPI.Node getDrain()
int getX()
int getY()
double[] getResists()
long getLength()
long getWidth()
SimAPI.Node getOtherNode(SimAPI.Node n)
SimAPI.Trans getLink()
java.util.Collection<SimAPI.Trans> getGateList()