public class UniformInOut<V,E> extends java.lang.Object implements org.apache.commons.collections4.Transformer<VEPair<V,E>,java.lang.Double>
IllegalArgumentException
if the edge is not directed.Modifier and Type | Field and Description |
---|---|
protected edu.uci.ics.jung.graph.Graph<V,E> |
graph
The graph for which the edge weights are defined.
|
Constructor and Description |
---|
UniformInOut(edu.uci.ics.jung.graph.Graph<V,E> graph)
Creates an instance for the specified graph.
|