Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.