public abstract class AbstractMetric extends AbstractMetricGeneric<java.lang.Double>
allNetworks, nodesToPlace, optimalConnections
Constructor and Description |
---|
AbstractMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks,
java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
compute, getMetricName
public AbstractMetric(java.util.List<PlacementFrame.PlacementNode> nodesToPlace, java.util.List<PlacementFrame.PlacementNetwork> allNetworks, java.util.Map<PlacementFrame.PlacementNetwork,java.util.List<SteinerTree.SteinerTreePortPair>> optimalConnections)
public java.lang.String toString()
toString
in class AbstractMetricGeneric<java.lang.Double>