Uses of Class
com.mastfrog.graph.algorithm.Algorithm
-
Packages that use Algorithm Package Description com.mastfrog.graph.algorithm -
-
Uses of Algorithm in com.mastfrog.graph.algorithm
Classes in com.mastfrog.graph.algorithm with type parameters of type Algorithm Modifier and Type Class Description classAlgorithm<R,A extends Algorithm>static classAlgorithm.BooleanParameter<A extends Algorithm>static classAlgorithm.DoubleParameter<A extends Algorithm>static classAlgorithm.IntParameter<A extends Algorithm>Subclasses of Algorithm in com.mastfrog.graph.algorithm Modifier and Type Class Description classEigenvectorCentralityclassPageRankclassRankingAlgorithm<A extends RankingAlgorithm>Methods in com.mastfrog.graph.algorithm with type parameters of type Algorithm Modifier and Type Method Description protected static <A extends Algorithm>
Algorithm.BooleanParameter<A>Algorithm. createBooleanParameter(Class<A> alg, String name)protected static <A extends Algorithm>
Algorithm.DoubleParameter<A>Algorithm. createDoubleParameter(Class<A> alg, String name)protected static <A extends Algorithm>
Algorithm.IntParameter<A>Algorithm. createIntegerParameter(Class<A> alg, String name)
-