Uses of Class
de.ipk_gatersleben.ag_nw.centilib.centralities.parameter.CentralityParameter

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
<V,E> CentralityParameter
CentralityHandler.getParameter( centilib, Graph<V,E> graph, String centName, boolean setValue)
           Use the method getParameter(graph, centName) instead.
static
<V,E> CentralityParameter
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
<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.