Uses of Class
org.jgrapht.graph.DefaultEdge
| Package | Description |
|---|---|
| org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
| org.jgrapht.generate |
Generators for graphs of various topologies.
|
| org.jgrapht.util |
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
|
-
Uses of DefaultEdge in org.jgrapht.alg.interfaces
Methods in org.jgrapht.alg.interfaces that return types with arguments of type DefaultEdge Modifier and Type Method Description Graph<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 DefaultEdge Modifier and Type Method Description static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. bidiakisCubeGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. blanusaFirstSnarkGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. blanusaSecondSnarkGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. brinkmannGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. buckyBallGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. bullGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. butterflyGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. chvatalGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. clawGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. clebschGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. coxeterGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. desarguesGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. diamondGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. dodecahedronGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. doubleStarSnarkGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. doyleGraph()Generate the Doyle Graphstatic Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. dürerGraph()Generates a Dürer Graph.static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. ellinghamHorton54Graph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. ellinghamHorton78Graph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. erreraGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. folkmanGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. franklinGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. fruchtGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. generalizedPetersenGraph(int n, int k)static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. goldnerHararyGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. gossetGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. grötzschGraph()Generates a Grötzsch Graph.static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. heawoodGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. herschelGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. hoffmanGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. kittellGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. klein3RegularGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. klein7RegularGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. krackhardtKiteGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. möbiusKantorGraph()Generates a Möbius-Kantor Graph.static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. moserSpindleGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. nauruGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. pappusGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. petersenGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. poussinGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. schläfliGraph()Generates the Schläfli Graph.static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. thomsenGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. tietzeGraph()static Graph<java.lang.Integer,DefaultEdge>NamedGraphGenerator. tutteGraph() -
Uses of DefaultEdge in org.jgrapht.util
Fields in org.jgrapht.util with type parameters of type DefaultEdge Modifier and Type Field Description static java.util.function.Supplier<DefaultEdge>SupplierUtil. DEFAULT_EDGE_SUPPLIERSupplier forDefaultEdge.Methods in org.jgrapht.util that return types with arguments of type DefaultEdge Modifier and Type Method Description static java.util.function.Supplier<DefaultEdge>SupplierUtil. createDefaultEdgeSupplier()Create a default edge supplier.