Uses of Class
org.jgrapht.alg.util.Triple
Packages that use Triple
Package
Description
Algorithm related interfaces.
Utilities used by JGraphT algorithms.
Specialized graph implementations using sparse matrix representations.
-
Uses of Triple in org.jgrapht.alg.interfaces
Methods in org.jgrapht.alg.interfaces that return types with arguments of type Triple -
Uses of Triple in org.jgrapht.alg.util
Methods in org.jgrapht.alg.util that return Triple -
Uses of Triple in org.jgrapht.opt.graph.sparse
Constructor parameters in org.jgrapht.opt.graph.sparse with type arguments of type TripleModifierConstructorDescriptionSparseIntDirectedWeightedGraph
(int numVertices, int numEdges, Supplier<Stream<Triple<Integer, Integer, Double>>> edges, IncomingEdgesSupport incomingEdgeSupport) Create a new graph from an edge stream.Create a new graph from an edge list.SparseIntDirectedWeightedGraph
(int numVertices, List<Triple<Integer, Integer, Double>> edges, IncomingEdgesSupport incomingEdgeSupport) Create a new graph from an edge list.SparseIntUndirectedWeightedGraph
(int numVertices, int numEdges, Supplier<Stream<Triple<Integer, Integer, Double>>> edges) Create a new graph from an edge streamCreate a new graph from an edge list