|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CentralityParameter | |
---|---|
de.ipk_gatersleben.ag_nw.centilib.utils |
Uses of CentralityParameter in de.ipk_gatersleben.ag_nw.centilib.utils |
---|
Methods in de.ipk_gatersleben.ag_nw.centilib.utils that return CentralityParameter | ||
---|---|---|
static
|
CentralityHandler.getParameter(
Use the method getParameter(graph, centName) instead. |
|
static
|
CentralityHandler.getParameter(Graph<V,E> graph,
String centName)
If the given centrality needs a parameter value, this method returns an instance of the abstract class CentralityParameter . |
Methods in de.ipk_gatersleben.ag_nw.centilib.utils with parameters of type CentralityParameter | ||
---|---|---|
static
|
CentralityHandler.getScorer(Graph<V,E> graph,
String centName,
CentralityParameter param,
boolean createScorer)
Returns an instance of VertexCentrality for the given centrality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |