public static class HighlightConnectivity.QCNetID
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
MutableInteger |
getNetID()
Method to return the global network ID for this QCNetID.
|
Geometric |
getTopGeom()
Method to return the Geometric object associated with this QCNetID.
|
boolean |
isSameBasicNet(MutableInteger otherNetID)
Method to tell whether this QCNetID is on a given network.
|
void |
setNetID(MutableInteger n)
Method to set the global network ID for this QCNetID.
|
void |
updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
public MutableInteger getNetID()
public Geometric getTopGeom()
public void setNetID(MutableInteger n)
n
- the global network ID for this QCNetID.public void updateNetID(MutableInteger n, java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue)
public boolean isSameBasicNet(MutableInteger otherNetID)
otherNetID
- the network ID of the other net.