public class NodaNets
extends java.lang.Object
This is not very object-oriented. However, if we integrated this functionality into all Nodables and Networks then every user would have to pay for its overhead.
Modifier and Type | Class and Description |
---|---|
static class |
NodaNets.NodaPortInst
A 1-bit "port-like" object for Nodables
|
Constructor and Description |
---|
NodaNets(Cell c,
Netlist.ShortResistors shortResistors) |
Modifier and Type | Method and Description |
---|---|
Network |
getNet(java.lang.String netNm) |
java.util.Collection<Network> |
getNets() |
Nodable |
getNoda(java.lang.String nodaNm) |
java.util.Collection<Nodable> |
getNodes() |
java.util.Collection<NodaNets.NodaPortInst> |
getPorts(Network net)
Find ports attached to a Network
|
java.util.Collection<NodaNets.NodaPortInst> |
getPorts(Nodable noda)
Find ports attached to a Nodable
|
public NodaNets(Cell c, Netlist.ShortResistors shortResistors)
public java.util.Collection<Network> getNets()
public Network getNet(java.lang.String netNm)
public java.util.Collection<Nodable> getNodes()
public Nodable getNoda(java.lang.String nodaNm)
public java.util.Collection<NodaNets.NodaPortInst> getPorts(Nodable noda)
public java.util.Collection<NodaNets.NodaPortInst> getPorts(Network net)