Package | Description |
---|---|
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockCutpointGraph<V,E>
Definition of a block of a graph in
MathWorld.
Definition and lemma taken from the article Structure-Based Resilience Metrics for Service-Oriented Networks: Definition 4.5 Let G(V; E) be a connected undirected graph. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleWeightedGraph<V,E>
A simple weighted graph.
|
Modifier and Type | Method and Description |
---|---|
SimpleGraph<V,E> |
SimpleGraphPath.getGraph()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <V,E> UndirectedGraphBuilderBase<V,E,? extends SimpleGraph<V,E>,?> |
SimpleGraph.builder(Class<? extends E> edgeClass)
Create a builder for this kind of graph.
|
static <V,E> UndirectedGraphBuilderBase<V,E,? extends SimpleGraph<V,E>,?> |
SimpleGraph.builder(EdgeFactory<V,E> ef)
Create a builder for this kind of graph.
|
Constructor and Description |
---|
SimpleGraphPath(SimpleGraph<V,E> simpleGraph,
List<V> vertices,
double weight)
Deprecated.
|
Copyright © 2016. All rights reserved.