Uses of Class
org.jgrapht.graph.DefaultGraphType.Builder
Packages that use DefaultGraphType.Builder
-
Uses of DefaultGraphType.Builder in org.jgrapht.graph
Methods in org.jgrapht.graph that return DefaultGraphType.BuilderModifier and TypeMethodDescriptionDefaultGraphType.Builder.allowCycles
(boolean value) Set whether the graph will allow cycles.DefaultGraphType.Builder.allowMultipleEdges
(boolean value) Set whether to allow multiple edges.DefaultGraphType.Builder.allowSelfLoops
(boolean value) Set whether to allow self-loops.DefaultGraphType.Builder.directed()
Set the type as directed.DefaultGraphType.Builder.mixed()
Set the type as mixed.DefaultGraphType.Builder.modifiable
(boolean value) Set whether the graph is modifiable.DefaultGraphType.Builder.undirected()
Set the type as undirected.DefaultGraphType.Builder.weighted
(boolean value) Set whether the graph will be weighted.