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.Fields in org.jgrapht.nio.csv with type parameters of type Triple -
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.Fields in org.jgrapht.nio.dimacs with type parameters of type Triple -
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.Fields in org.jgrapht.nio.gexf declared as TripleModifier and TypeFieldDescriptionSimpleGEXFEventDrivenImporter.GEXFHandler.currentEdgeSimpleGEXFImporter.Consumers.lastTripleFields in org.jgrapht.nio.gexf with type parameters of type TripleModifier and TypeFieldDescriptionSimpleGEXFImporter.Consumers.edgeAttributeConsumerSimpleGEXFImporter.Consumers.edgeConsumer -
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).Fields in org.jgrapht.nio.gml declared as TripleFields in org.jgrapht.nio.gml with type parameters of type TripleModifier and TypeFieldDescriptionGmlImporter.Consumers.edgeAttributeConsumerGmlImporter.Consumers.edgeConsumer -
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.Fields in org.jgrapht.nio.graphml declared as TripleModifier and TypeFieldDescriptionSimpleGraphMLEventDrivenImporter.GraphMLHandler.currentEdgeSimpleGraphMLEdgeListImporter.Consumers.lastIntegerTripleGraphMLImporter.Consumers.lastTripleSimpleGraphMLEdgeListImporter.Consumers.lastTripleSimpleGraphMLImporter.Consumers.lastTripleFields in org.jgrapht.nio.graphml with type parameters of type TripleModifier and TypeFieldDescriptionGraphMLImporter.Consumers.edgeAttributeConsumerSimpleGraphMLEdgeListImporter.Consumers.edgeAttributeConsumerSimpleGraphMLImporter.Consumers.edgeAttributeConsumerGraphMLImporter.Consumers.edgeConsumerSimpleGraphMLEdgeListImporter.Consumers.edgeConsumerSimpleGraphMLImporter.Consumers.edgeConsumerMethods 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
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 TripleFields in org.jgrapht.nio.json declared as TripleFields in org.jgrapht.nio.json with type parameters of type TripleModifier and TypeFieldDescriptionJSONImporter.Consumers.edgeAttributeConsumerJSONImporter.Consumers.edgeConsumerJSONImporter.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