Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
UniformIntrusiveEdgesSpecifics<V,E>
An uniform weights variant of the intrusive edges specifics.
|
class |
WeightedIntrusiveEdgesSpecifics<V,E>
A weighted variant of the intrusive edges specifics.
|
Modifier and Type | Method and Description |
---|---|
protected IntrusiveEdgesSpecifics<V,E> |
AbstractBaseGraph.createIntrusiveEdgesSpecifics(boolean weighted)
Create the specifics for the edges set of the graph.
|
Copyright © 2018. All rights reserved.