Uses of Class
org.jgrapht.graph.DefaultEdge
Packages that use DefaultEdge
Package
Description
Algorithms dealing with various connectivity aspects of a graph.
Algorithms for computing decompositions.
Algorithm related interfaces.
Generators for graphs of various topologies.
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of DefaultEdge in org.jgrapht.alg.connectivity
Methods in org.jgrapht.alg.connectivity that return types with arguments of type DefaultEdgeModifier and TypeMethodDescriptionGraph
<Graph<V, E>, DefaultEdge> AbstractStrongConnectivityInspector.getCondensation()
-
Uses of DefaultEdge in org.jgrapht.alg.decomposition
Methods in org.jgrapht.alg.decomposition that return types with arguments of type DefaultEdgeModifier and TypeMethodDescriptionprivate Graph
<E, DefaultEdge> DulmageMendelsohnDecomposition.asDirectedEdgeGraph
(MatchingAlgorithm.Matching<V, E> matching, Set<V> subset) private Graph
<V, DefaultEdge> DulmageMendelsohnDecomposition.asDirectedGraph
(MatchingAlgorithm.Matching<V, E> matching) -
Uses of DefaultEdge in org.jgrapht.alg.interfaces
Methods in org.jgrapht.alg.interfaces that return types with arguments of type DefaultEdgeModifier and TypeMethodDescriptionGraph
<Graph<V, E>, DefaultEdge> StrongConnectivityAlgorithm.getCondensation()
Compute the condensation of the given graph. -
Uses of DefaultEdge in org.jgrapht.generate
Methods in org.jgrapht.generate that return types with arguments of type DefaultEdgeModifier and TypeMethodDescriptionstatic Graph
<Integer, DefaultEdge> NamedGraphGenerator.bidiakisCubeGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.blanusaFirstSnarkGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.blanusaSecondSnarkGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.brinkmannGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.buckyBallGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.bullGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.butterflyGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.chvatalGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.clawGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.clebschGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.coxeterGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.desarguesGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.diamondGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.dodecahedronGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.doubleStarSnarkGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.doyleGraph()
Generate the Doyle Graphstatic Graph
<Integer, DefaultEdge> NamedGraphGenerator.dürerGraph()
Generates a Dürer Graph.static Graph
<Integer, DefaultEdge> NamedGraphGenerator.ellinghamHorton54Graph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.ellinghamHorton78Graph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.erreraGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.folkmanGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.franklinGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.fruchtGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.generalizedPetersenGraph
(int n, int k) static Graph
<Integer, DefaultEdge> NamedGraphGenerator.goldnerHararyGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.gossetGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.grötzschGraph()
Generates a Grötzsch Graph.static Graph
<Integer, DefaultEdge> NamedGraphGenerator.heawoodGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.herschelGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.hoffmanGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.kittellGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.klein3RegularGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.klein7RegularGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.krackhardtKiteGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.möbiusKantorGraph()
Generates a Möbius-Kantor Graph.static Graph
<Integer, DefaultEdge> NamedGraphGenerator.moserSpindleGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.nauruGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.pappusGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.petersenGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.poussinGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.schläfliGraph()
Generates the Schläfli Graph.static Graph
<Integer, DefaultEdge> NamedGraphGenerator.thomsenGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.tietzeGraph()
static Graph
<Integer, DefaultEdge> NamedGraphGenerator.tutteGraph()
-
Uses of DefaultEdge in org.jgrapht.util
Fields in org.jgrapht.util with type parameters of type DefaultEdgeModifier and TypeFieldDescriptionstatic final Supplier
<DefaultEdge> SupplierUtil.DEFAULT_EDGE_SUPPLIER
Supplier forDefaultEdge
.Methods in org.jgrapht.util that return types with arguments of type DefaultEdgeModifier and TypeMethodDescriptionstatic Supplier
<DefaultEdge> SupplierUtil.createDefaultEdgeSupplier()
Create a default edge supplier.