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 IndexGraphGraphs. EmptyGraphDirectedA directed graphs with no vertices and no edgesstatic IndexGraphGraphs. EmptyGraphUndirectedAn undirected graphs with no vertices and no edgesMethods in com.jgalgo that return IndexGraph Modifier and Type Method Description IndexGraphIndexGraph.Builder. build()Create a new empty index graph.IndexGraphIndexGraph. copy()IndexGraphGraph. indexGraph()Get an Index graph view of this graph.static IndexGraphGraphs. newCompleteGraphDirected(int numberOfVertices)Create a new directed complete graph with a fixed number of vertices.static IndexGraphGraphs. newCompleteGraphUndirected(int numberOfVertices)Create a new undirected complete graph with a fixed number of vertices.default IndexGraphIndexGraph. reverseView()default IndexGraphIndexGraph. unmodifiableView()
-