Uses of Class
org.jgrapht.alg.util.Triple
Packages that use Triple
Package
Description
Algorithm related interfaces.
Utilities used by JGraphT algorithms.
CSV importers/exporters
DIMACS Challenges importers/exporters
Graph Exchange XML Format (GEXF) importers/exporters.
GML importers/exporters
GraphML importers/exporters
Json importers/exporters
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.nio.csv
Subclasses with type arguments of type Triple in org.jgrapht.nio.csvModifier and TypeClassDescriptionclassImports a graph from a CSV Format or any other Delimiter-separated value format.Classes in org.jgrapht.nio.csv that implement interfaces with type arguments of type TripleModifier and TypeClassDescriptionclassImports a graph from a CSV Format or any other Delimiter-separated value format. -
Uses of Triple in org.jgrapht.nio.dimacs
Subclasses with type arguments of type Triple in org.jgrapht.nio.dimacsModifier and TypeClassDescriptionclassA generic importer using consumers for DIMACS format.Classes in org.jgrapht.nio.dimacs that implement interfaces with type arguments of type TripleModifier and TypeClassDescriptionclassA generic importer using consumers for DIMACS format. -
Uses of Triple in org.jgrapht.nio.gexf
Subclasses with type arguments of type Triple in org.jgrapht.nio.gexfModifier and TypeClassDescriptionclassImports a graph from a GEXF data source.Classes in org.jgrapht.nio.gexf that implement interfaces with type arguments of type TripleModifier and TypeClassDescriptionclassImports a graph from a GEXF data source. -
Uses of Triple in org.jgrapht.nio.gml
Subclasses with type arguments of type Triple in org.jgrapht.nio.gmlModifier and TypeClassDescriptionclassImports a graph from a GML file (Graph Modeling Language).Classes in org.jgrapht.nio.gml that implement interfaces with type arguments of type TripleModifier and TypeClassDescriptionclassImports a graph from a GML file (Graph Modeling Language). -
Uses of Triple in org.jgrapht.nio.graphml
Subclasses with type arguments of type Triple in org.jgrapht.nio.graphmlModifier and TypeClassDescriptionclassImports a graph from a GraphML data source.classImports a GraphML file as an edge list.classImports a graph from a GraphML data source.Classes in org.jgrapht.nio.graphml that implement interfaces with type arguments of type TripleModifier and TypeClassDescriptionclassImports a graph from a GraphML data source.classImports a GraphML file as an edge list.classImports a graph from a GraphML data source. -
Uses of Triple in org.jgrapht.nio.json
Subclasses with type arguments of type Triple in org.jgrapht.nio.jsonClasses in org.jgrapht.nio.json that implement interfaces with type arguments of type 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