Uses of Class
org.jgrapht.graph.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 DefaultGraphType
DefaultGraphType.Builder. build()
Build the type.static DefaultGraphType
DefaultGraphType. dag()
A directed acyclic graph.static DefaultGraphType
DefaultGraphType. directedMultigraph()
A directed multigraph type.static DefaultGraphType
DefaultGraphType. directedPseudograph()
A directed pseudograph type.static DefaultGraphType
DefaultGraphType. directedSimple()
A directed simple graph type.static DefaultGraphType
DefaultGraphType. mixed()
A mixed graph type.static DefaultGraphType
DefaultGraphType. multigraph()
A multigraph type.static DefaultGraphType
DefaultGraphType. pseudograph()
A pseudograph type.static DefaultGraphType
DefaultGraphType. simple()
A simple graph type.