|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexCentrality | |
---|---|
de.ipk_gatersleben.ag_nw.centilib.utils |
Uses of VertexCentrality in de.ipk_gatersleben.ag_nw.centilib.utils |
---|
Methods in de.ipk_gatersleben.ag_nw.centilib.utils that return VertexCentrality | ||
---|---|---|
static
|
GraphCachingUtils.getLastScorer(Graph<V,E> graph)
Returns the currently selected centrality instance for graph. |
|
static
|
GraphCachingUtils.getScorer(Graph<V,E> graph,
String scorerName)
Returns the centrality with name scorerName for the given graph. |
|
static
|
CentralityHandler.getScorer(Graph<V,E> graph,
String centName,
CentralityParameter param,
boolean createScorer)
Returns an instance of VertexCentrality for the given centrality. |
Methods in de.ipk_gatersleben.ag_nw.centilib.utils with parameters of type VertexCentrality | ||
---|---|---|
static
|
GraphCachingUtils.addScorer(Graph<V,E> graph,
VertexCentrality<V,E> scorer,
String name)
Adds the given node centrality for graph to the cache. |
|
static
|
GraphCachingUtils.getResultList(Graph<V,E> graph,
VertexCentrality<V,E> ranker)
This method is for CentiLib internal use only (result panel). |
|
static
|
GraphCachingUtils.setResultList(Graph<V,E> graph,
VertexCentrality<V,E> ranker,
org.apache.commons.collections15.BidiMap<V,Integer> list)
This method is for CentiLib internal use only (result panel). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |