public static class SeaOfGatesEngine.SOGNetID
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
MutableInteger |
getNetID()
Method to return the global network ID for this SOGNetID.
|
boolean |
isPseudoBlockage()
Method to tell whether the network ID on this object is a
pseudo-blockage placed around route endpoints to keep routing traffic away.
|
boolean |
isSameBasicNet(MutableInteger otherNetID)
Method to tell whether this SOGNetID is on a given network.
|
boolean |
isUserSuppliedBlockage()
Method to tell whether the network ID on this object is a
user-supplied blockage.
|
void |
setNetID(MutableInteger n)
Method to set the global network ID for this SOGNetID.
|
void |
updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
public MutableInteger getNetID()
public void setNetID(MutableInteger n)
n
- the global network ID for this SOGNetID.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.public boolean isPseudoBlockage()
public boolean isUserSuppliedBlockage()