Uses of Class
de.ipk_gatersleben.ag_nw.centilib.centralities.VertexCentrality

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
<V,E> VertexCentrality<V,E>
GraphCachingUtils.getLastScorer(Graph<V,E> graph)
          Returns the currently selected centrality instance for graph.
static
<V,E> VertexCentrality<V,E>
GraphCachingUtils.getScorer(Graph<V,E> graph, String scorerName)
          Returns the centrality with name scorerName for the given graph.
static
<V,E> VertexCentrality<V,E>
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
<V,E> void
GraphCachingUtils.addScorer(Graph<V,E> graph, VertexCentrality<V,E> scorer, String name)
          Adds the given node centrality for graph to the cache.
static
<V,E> org.apache.commons.collections15.BidiMap<V,Integer>
GraphCachingUtils.getResultList(Graph<V,E> graph, VertexCentrality<V,E> ranker)
          This method is for CentiLib internal use only (result panel).
static
<V,E> void
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).