public class UniformInOut<V,E> extends Object implements com.google.common.base.Function<VEPair<V,E>,Double>
IllegalArgumentException if the edge is not directed.| Modifier and Type | Field and Description |
|---|---|
protected Graph<V,E> |
graph
The graph for which the edge weights are defined.
|
| Constructor and Description |
|---|
UniformInOut(Graph<V,E> graph)
Creates an instance for the specified graph.
|
Copyright © 2016. All rights reserved.