Uses of Class
org.jgrapht.graph.DefaultGraphType
Packages that use DefaultGraphType
-
Uses of DefaultGraphType in org.jgrapht.graph
Methods in org.jgrapht.graph that return DefaultGraphTypeModifier and TypeMethodDescriptionDefaultGraphType.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.