Uses of Interface
com.jgalgo.alg.cores.CoresAlgo.Result
-
Packages that use CoresAlgo.Result Package Description com.jgalgo.alg.cores Algorithms for computing the cores of graphs. -
-
Uses of CoresAlgo.Result in com.jgalgo.alg.cores
Subinterfaces of CoresAlgo.Result in com.jgalgo.alg.cores Modifier and Type Interface Description static interface
CoresAlgo.IResult
The result of the cores computation forIntGraph
.Methods in com.jgalgo.alg.cores that return CoresAlgo.Result Modifier and Type Method Description default <V,E>
CoresAlgo.Result<V,E>CoresAlgo. computeCores(Graph<V,E> g)
Compute the cores of the graph with respect to both in and out degree of the vertices.<V,E>
CoresAlgo.Result<V,E>CoresAlgo. computeCores(Graph<V,E> g, EdgeDirection degreeType)
Compute the cores of the graph with respect the given degree type.<V,E>
CoresAlgo.Result<V,E>CoresAlgoAbstract. computeCores(Graph<V,E> g, EdgeDirection degreeType)
-