|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.electricity.circuitry.CircuitElement
org.jscience.physics.electricity.circuitry.elements.GateElement
org.jscience.physics.electricity.circuitry.elements.AndGateElement
org.jscience.physics.electricity.circuitry.elements.NandGateElement
public class NandGateElement
DOCUMENT ME!
| Field Summary |
|---|
| Fields inherited from class org.jscience.physics.electricity.circuitry.elements.GateElement |
|---|
FLAG_SMALL, gheight, gsize, gwidth, gwidth2, inGates, inPosts, inputCount, lastOutput, linePointsX, linePointsY, outnx, outny, outpx, outpy, pcirclex, pcircley, triPointsX, triPointsY |
| Fields inherited from class org.jscience.physics.electricity.circuitry.CircuitElement |
|---|
boundingBox, circuitFrame, curcount, current, flags, nodes, noDiagonal, volts, voltSource, x, x2, y, y2 |
| Constructor Summary | |
|---|---|
NandGateElement(int xx,
int yy)
Creates a new NandGateElement object. |
|
NandGateElement(int xa,
int ya,
int xb,
int yb,
int f,
java.util.StringTokenizer st)
Creates a new NandGateElement object. |
|
| Method Summary | |
|---|---|
int |
getDumpType()
DOCUMENT ME! |
java.lang.String |
getGateName()
DOCUMENT ME! |
boolean |
isInverting()
DOCUMENT ME! |
| Methods inherited from class org.jscience.physics.electricity.circuitry.elements.AndGateElement |
|---|
calcFunction, setPoints |
| Methods inherited from class org.jscience.physics.electricity.circuitry.elements.GateElement |
|---|
doStep, draw, dump, getConnection, getEditInfo, getInfo, getInput, getPost, getPostCount, getVoltageSourceCount, hasGroundConnection, setEditValue, setSize, stamp |
| Methods inherited from class org.jscience.physics.electricity.circuitry.CircuitElement |
|---|
adjustBbox, allocNodes, calculateCurrent, canViewInScope, doAdjust, doDots, drag, drawPost, drawPost, drawPosts, drawValues, getBasicInfo, getCircuitFrame, getCurrent, getDumpClass, getInternalNodeCount, getNode, getPower, getScopeUnits, getScopeValue, getVoltageDiff, getVoltageSource, isWire, move, movePoint, nonLinear, reset, setBbox, setCircuitFrame, setCurrent, setNode, setNodeVoltage, setPowerColor, setPowerColor, setupAdjust, setVoltageColor, setVoltageSource, startIteration, updateDotCount, updateDotCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NandGateElement(int xx,
int yy)
xx - DOCUMENT ME!yy - DOCUMENT ME!
public NandGateElement(int xa,
int ya,
int xb,
int yb,
int f,
java.util.StringTokenizer st)
xa - DOCUMENT ME!ya - DOCUMENT ME!xb - DOCUMENT ME!yb - DOCUMENT ME!f - DOCUMENT ME!st - DOCUMENT ME!| Method Detail |
|---|
public boolean isInverting()
isInverting in class GateElementpublic java.lang.String getGateName()
getGateName in class AndGateElementpublic int getDumpType()
getDumpType in class AndGateElement
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||