|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VEPair | |
---|---|
edu.uci.ics.jung.algorithms.scoring | Mechanisms for assigning values (denoting significance, influence, centrality, etc.) to graph elements based on topological properties. |
edu.uci.ics.jung.algorithms.scoring.util | Utility functions for assigning scores to graph elements. |
Uses of VEPair in edu.uci.ics.jung.algorithms.scoring |
---|
Fields in edu.uci.ics.jung.algorithms.scoring with type parameters of type VEPair | |
---|---|
protected org.apache.commons.collections15.Transformer<VEPair<V,E>,? extends Number> |
AbstractIterativeScorer.edge_weights
The edge weights used by this algorithm. |
Methods in edu.uci.ics.jung.algorithms.scoring that return types with arguments of type VEPair | |
---|---|
org.apache.commons.collections15.Transformer<VEPair<V,E>,? extends Number> |
AbstractIterativeScorer.getEdgeWeights()
Returns the Transformer that this instance uses to associate edge weights with each edge. |
Uses of VEPair in edu.uci.ics.jung.algorithms.scoring.util |
---|
Methods in edu.uci.ics.jung.algorithms.scoring.util with parameters of type VEPair | |
---|---|
Double |
UniformInOut.transform(VEPair<V,E> ve_pair)
|
Number |
DelegateToEdgeTransformer.transform(VEPair<V,E> arg0)
|
Double |
UniformDegreeWeight.transform(VEPair<V,E> ve_pair)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |