Uses of Class
org.jgrapht.graph.SimpleGraph
-
Packages that use SimpleGraph Package Description org.jgrapht.alg Algorithms provided with JGraphT.org.jgrapht.graph Implementations of various graphs. -
-
Uses of SimpleGraph in org.jgrapht.alg
Subclasses of SimpleGraph in org.jgrapht.alg Modifier and Type Class 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. -
Uses of SimpleGraph in org.jgrapht.graph
Subclasses of SimpleGraph in org.jgrapht.graph Modifier and Type Class Description class
SimpleWeightedGraph<V,E>
A simple weighted graph.Methods in org.jgrapht.graph that return types with arguments of type SimpleGraph Modifier and Type Method Description static <V,E>
UndirectedGraphBuilderBase<V,E,? extends SimpleGraph<V,E>,?>SimpleGraph. builder(java.lang.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.
-