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 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.