Uses of Interface
com.jgalgo.graph.IndexGraph
-
Packages that use IndexGraph Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IndexGraph in com.jgalgo.graph
Classes in com.jgalgo.graph that implement IndexGraph Modifier and Type Class Description classGraphBaseWithEdgeEndpointsContainerMethods in com.jgalgo.graph that return IndexGraph Modifier and Type Method Description IndexGraphIndexGraphBuilder. build()IndexGraphIndexGraphBuilder. buildMutable()default IndexGraphIndexGraph. copy()default IndexGraphIndexGraph. copy(boolean copyWeights)IndexGraphIndexGraphBuilder.ReIndexedGraph. graph()Get the newly created re-indexed graph.default IndexGraphIndexGraph. immutableCopy()default IndexGraphIndexGraph. immutableCopy(boolean copyWeights)default IndexGraphIndexGraph. immutableView()IndexGraphGraph. indexGraph()Get an Index graph view of this graph.default IndexGraphIndexGraph. indexGraph()Deprecated.this function will always return the same graph, no reason to call itdefault IndexGraphIndexGraphFactory. newCopyOf(Graph<Integer,Integer> g)IndexGraphIndexGraphFactory. newCopyOf(Graph<Integer,Integer> g, boolean copyWeights)static IndexGraphIndexGraph. newDirected()Create a new directed empty index graph.IndexGraphIndexGraphFactory. newGraph()static IndexGraphIndexGraph. newUndirected()Create a new undirected empty index graph.default IndexGraphIndexGraph. reverseView()default IndexGraphIndexGraph. undirectedView()Methods in com.jgalgo.graph with parameters of type IndexGraph Modifier and Type Method Description static IWeightFunctionWeightFunctions. localEdgeWeightFunction(IndexGraph g, IWeightFunction w)Get a 'local' version of a given weight function.static IWeightFunctionIntWeightFunctions. localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w)Get a 'local' version of a given weight function.static IndexGraphBuilderIndexGraphBuilder. newFrom(IndexGraph g)Create a new builder initialized with an existing graph vertices and edges, without copying the weights.static IndexGraphBuilderIndexGraphBuilder. newFrom(IndexGraph g, boolean copyWeights)Create a new builder initialized with an existing graph vertices and edges, with/without copying the weights.static IndexGraphFactoryIndexGraphFactory. newFrom(IndexGraph g)Create a new index graph factory based on a given implementation.
-