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
Fields in org.jgrapht.nio.csv with type parameters of type Triple -
Uses of Triple in org.jgrapht.nio.dimacs
Fields in org.jgrapht.nio.dimacs with type parameters of type Triple -
Uses of Triple in org.jgrapht.nio.gexf
Fields in org.jgrapht.nio.gexf declared as TripleModifier and TypeFieldDescriptionSimpleGEXFEventDrivenImporter.GEXFHandler.currentEdge
SimpleGEXFImporter.Consumers.lastTriple
Fields in org.jgrapht.nio.gexf with type parameters of type TripleModifier and TypeFieldDescriptionSimpleGEXFImporter.Consumers.edgeAttributeConsumer
SimpleGEXFImporter.Consumers.edgeConsumer
-
Uses of Triple in org.jgrapht.nio.gml
Fields in org.jgrapht.nio.gml declared as TripleFields in org.jgrapht.nio.gml with type parameters of type TripleModifier and TypeFieldDescriptionGmlImporter.Consumers.edgeAttributeConsumer
GmlImporter.Consumers.edgeConsumer
-
Uses of Triple in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml declared as TripleModifier and TypeFieldDescriptionSimpleGraphMLEventDrivenImporter.GraphMLHandler.currentEdge
SimpleGraphMLEdgeListImporter.Consumers.lastIntegerTriple
GraphMLImporter.Consumers.lastTriple
SimpleGraphMLEdgeListImporter.Consumers.lastTriple
SimpleGraphMLImporter.Consumers.lastTriple
Fields in org.jgrapht.nio.graphml with type parameters of type TripleModifier and TypeFieldDescriptionGraphMLImporter.Consumers.edgeAttributeConsumer
SimpleGraphMLEdgeListImporter.Consumers.edgeAttributeConsumer
SimpleGraphMLImporter.Consumers.edgeAttributeConsumer
GraphMLImporter.Consumers.edgeConsumer
SimpleGraphMLEdgeListImporter.Consumers.edgeConsumer
SimpleGraphMLImporter.Consumers.edgeConsumer
Methods in org.jgrapht.nio.graphml that return TripleModifier and TypeMethodDescriptionSimpleGraphMLEdgeListImporter.Consumers.createIntegerTriple
(Triple<String, String, Double> e) Methods in org.jgrapht.nio.graphml with parameters of type Triple -
Uses of Triple in org.jgrapht.nio.json
Fields in org.jgrapht.nio.json declared as TripleFields in org.jgrapht.nio.json with type parameters of type TripleModifier and TypeFieldDescriptionJSONImporter.Consumers.edgeAttributeConsumer
JSONImporter.Consumers.edgeConsumer
JSONImporter.Consumers.edgeWithAttributesConsumer
-
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