Uses of Class
com.mastfrog.graph.algorithm.Algorithm.BooleanParameter
-
Packages that use Algorithm.BooleanParameter Package Description com.mastfrog.graph.algorithm -
-
Uses of Algorithm.BooleanParameter in com.mastfrog.graph.algorithm
Fields in com.mastfrog.graph.algorithm declared as Algorithm.BooleanParameter Modifier and Type Field Description static Algorithm.BooleanParameter<EigenvectorCentrality>EigenvectorCentrality. IGNORE_SELF_EDGESstatic Algorithm.BooleanParameter<EigenvectorCentrality>EigenvectorCentrality. NORMALIZEstatic Algorithm.BooleanParameter<PageRank>PageRank. NORMALIZEstatic Algorithm.BooleanParameter<EigenvectorCentrality>EigenvectorCentrality. USE_IN_EDGESMethods in com.mastfrog.graph.algorithm that return Algorithm.BooleanParameter Modifier and Type Method Description protected static <A extends Algorithm>
Algorithm.BooleanParameter<A>Algorithm. createBooleanParameter(Class<A> alg, String name)Methods in com.mastfrog.graph.algorithm with parameters of type Algorithm.BooleanParameter Modifier and Type Method Description AAlgorithm. setParameter(Algorithm.BooleanParameter<A> param, boolean value)EigenvectorCentralityEigenvectorCentrality. setParameter(Algorithm.BooleanParameter<EigenvectorCentrality> param, boolean value)PageRankPageRank. setParameter(Algorithm.BooleanParameter<PageRank> param, boolean value)
-