public static class SteinerTree.SteinerTreePortPair
extends java.lang.Object
implements java.lang.Comparable
Constructor and Description |
---|
SteinerTree.SteinerTreePortPair(SteinerTree.SteinerTreePort p1,
SteinerTree.SteinerTreePort p2) |
Modifier and Type | Method and Description |
---|---|
void |
addTapPort(PortInst pi)
Method to add an intermediate PortInst that will be inserted, spine-style,
between the two ports in the Steiner Tree.
|
int |
compareTo(java.lang.Object o) |
SteinerTree.SteinerTreePort |
getPort1() |
SteinerTree.SteinerTreePort |
getPort2() |
java.util.List<PortInst> |
getSpineTaps()
Method to return a List of PortInst objects that should be
inserted into this port pair, spine-style.
|
public SteinerTree.SteinerTreePortPair(SteinerTree.SteinerTreePort p1, SteinerTree.SteinerTreePort p2)
public SteinerTree.SteinerTreePort getPort1()
public SteinerTree.SteinerTreePort getPort2()
public java.util.List<PortInst> getSpineTaps()
public void addTapPort(PortInst pi)
pi
- the tap port to insert.public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable