Uses of Class
byucc.jhdl.apps.Viewers.Schematic.SchematicNode

Packages that use SchematicNode
byucc.jhdl.apps.Viewers.Schematic   
 

Uses of SchematicNode in byucc.jhdl.apps.Viewers.Schematic
 

Subclasses of SchematicNode in byucc.jhdl.apps.Viewers.Schematic
 class AddNode
           
 class AddSubNode
           
 class AndNode
           
 class BufNode
           
 class ConstNode
           
 class GenericNode
           
 class GNDNode
           
 class IncNode
           
 class InNode
           
 class InOutNode
           
 class InvNode
           
 class MuxNode
           
 class OrNode
           
 class OutNode
           
 class RegNode
           
 class ShiftNode
           
 class UDNImplementation
           
 class VCCNode
           
 class XorNode
           
 

Fields in byucc.jhdl.apps.Viewers.Schematic declared as SchematicNode
 SchematicNode NetConnection.node
           
 

Methods in byucc.jhdl.apps.Viewers.Schematic that return SchematicNode
 SchematicNode SchematicCanvas.InList(java.lang.String name)
          Checks if a node already exists in the schematicNodeList.
 SchematicNode SchematicCanvas.InList(java.lang.String cName, java.lang.String pName)
          since all ports have the same cellName, ports must be lookep up based on the name of the port as well.
 SchematicNode SchematicCanvas.getNode(java.lang.String cName, java.lang.String pName)
           
 SchematicNode SchematicCanvas.getSelected(int x, int y)
           
protected  SchematicNode SchematicCanvas.getSchematicNode(Cell cell)
           
static SchematicNode SchematicNode.getNode(Cell p, SchematicCanvas parent)
           
static SchematicNode SchematicNode.getNode(Cell p, java.lang.String portName, SchematicCanvas parent)
           
 

Methods in byucc.jhdl.apps.Viewers.Schematic with parameters of type SchematicNode
 int SchematicCanvas.placeInputs(SchematicNode currNode, Cell p, int currLevel)
           
 NetConnection SchematicNet.addConnection(SchematicNode sNode, PortRecord record, Net net)
           
 

Constructors in byucc.jhdl.apps.Viewers.Schematic with parameters of type SchematicNode
NetConnection(SchematicNode node, PortRecord record, Net net)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.