Class Hierarchy
- java.lang.Object
- com.mastfrog.graph.algorithm.Algorithm<R,A>
- com.mastfrog.graph.algorithm.RankingAlgorithm<A>
- com.mastfrog.graph.algorithm.EigenvectorCentrality
- com.mastfrog.graph.algorithm.PageRank
- com.mastfrog.graph.algorithm.RankingAlgorithm<A>
- com.mastfrog.graph.algorithm.Algorithm.BooleanParameter<A>
- com.mastfrog.graph.algorithm.Algorithm.DoubleParameter<A>
- com.mastfrog.graph.algorithm.Algorithm.IntParameter<A>
- com.mastfrog.graph.algorithm.Algorithm<R,A>
Interface Hierarchy
- java.lang.Comparable<T>
- com.mastfrog.graph.algorithm.Score<T>