Uses of Class
org.jgrapht.graph.DefaultGraphType
-
Packages that use DefaultGraphType Package Description org.jgrapht.graph Implementations of various graphs. -
-
Uses of DefaultGraphType in org.jgrapht.graph
Methods in org.jgrapht.graph that return DefaultGraphType Modifier and Type Method Description DefaultGraphTypeDefaultGraphType.Builder. build()Build the type.static DefaultGraphTypeDefaultGraphType. dag()A directed acyclic graph.static DefaultGraphTypeDefaultGraphType. directedMultigraph()A directed multigraph type.static DefaultGraphTypeDefaultGraphType. directedPseudograph()A directed pseudograph type.static DefaultGraphTypeDefaultGraphType. directedSimple()A directed simple graph type.static DefaultGraphTypeDefaultGraphType. mixed()A mixed graph type.static DefaultGraphTypeDefaultGraphType. multigraph()A multigraph type.static DefaultGraphTypeDefaultGraphType. pseudograph()A pseudograph type.static DefaultGraphTypeDefaultGraphType. simple()A simple graph type.
-