public class UniformDegreeWeight<V,E> extends java.lang.Object implements org.apache.commons.collections4.Transformer<VEPair<V,E>,java.lang.Double>
IllegalArgumentException if the input
edge is neither EdgeType.UNDIRECTED nor EdgeType.DIRECTED.| Constructor and Description |
|---|
UniformDegreeWeight(edu.uci.ics.jung.graph.Hypergraph<V,E> graph)
Creates an instance for the specified graph.
|