public abstract class RoutingMetric<T> extends java.lang.Object
RoutingMetric()
abstract T
calculate(Cell cell)
T
calculate(Network net)
protected T
processNets(Cell cell, T startValue)
reduce(T result, ArcInst instance, Network net)
reduce(T result, Network net)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoutingMetric()
public abstract T calculate(Cell cell)
public T calculate(Network net)
protected T processNets(Cell cell, T startValue)
protected T reduce(T result, ArcInst instance, Network net)
protected T reduce(T result, Network net)