Uses of Interface
com.mastfrog.graph.IntGraph
-
Packages that use IntGraph Package Description com.mastfrog.graph com.mastfrog.graph.algorithm -
-
Uses of IntGraph in com.mastfrog.graph
Methods in com.mastfrog.graph that return IntGraph Modifier and Type Method Description IntGraphIntGraphBuilder. build()static IntGraphIntGraph. create(Bits[] references)static IntGraphIntGraph. create(Bits[] reverseReferences, Bits[] references)static IntGraphIntGraph. create(BitSet[] references)static IntGraphIntGraph. create(BitSet[] reverseReferences, BitSet[] references)static IntGraphIntGraph. load(ObjectInputStream objectInputStream)IntGraphPairSet. toGraph()Methods in com.mastfrog.graph with parameters of type IntGraph Modifier and Type Method Description static StringGraphStringGraph. create(IntGraph graph, String[] sortedArray)Create a graph from the passed bit set graph, and a pre-sorted array of unique strings where integer nodes in the passed graph correspond to offsets within the array. -
Uses of IntGraph in com.mastfrog.graph.algorithm
Methods in com.mastfrog.graph.algorithm with parameters of type IntGraph Modifier and Type Method Description abstract RAlgorithm. apply(IntGraph graph)double[]EigenvectorCentrality. apply(IntGraph graph)double[]PageRank. apply(IntGraph graph)<T> List<Score<T>>RankingAlgorithm. apply(IntGraph graph, IntFunction<T> toObject)
-