Uses of Interface
com.jgalgo.IndexGraph
-
-
Uses of IndexGraph in com.jgalgo
Fields in com.jgalgo declared as IndexGraph Modifier and Type Field Description static IndexGraph
Graphs. EmptyGraphDirected
A directed graphs with no vertices and no edgesstatic IndexGraph
Graphs. EmptyGraphUndirected
An undirected graphs with no vertices and no edgesMethods in com.jgalgo that return IndexGraph Modifier and Type Method Description IndexGraph
IndexGraph.Builder. build()
Create a new empty index graph.IndexGraph
IndexGraph. copy()
IndexGraph
Graph. indexGraph()
Get an Index graph view of this graph.static IndexGraph
Graphs. newCompleteGraphDirected(int numberOfVertices)
Create a new directed complete graph with a fixed number of vertices.static IndexGraph
Graphs. newCompleteGraphUndirected(int numberOfVertices)
Create a new undirected complete graph with a fixed number of vertices.default IndexGraph
IndexGraph. reverseView()
default IndexGraph
IndexGraph. unmodifiableView()
-