Uses of Class
org.jgrapht.alg.util.Triple
-
Packages that use Triple Package Description org.jgrapht.alg.interfaces Algorithm related interfaces.org.jgrapht.alg.util Utilities used by JGraphT algorithms.org.jgrapht.nio.csv CSV importers/exportersorg.jgrapht.nio.dimacs DIMACS Challenges importers/exportersorg.jgrapht.nio.gexf Graph Exchange XML Format (GEXF) importers/exporters.org.jgrapht.nio.gml GML importers/exportersorg.jgrapht.nio.graphml GraphML importers/exportersorg.jgrapht.nio.json Json importers/exportersorg.jgrapht.opt.graph.sparse 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 Modifier and Type Method Description default java.util.List<Triple<V,V,java.lang.Double>>
LinkPredictionAlgorithm. predict(java.util.List<Pair<V,V>> queries)
Predict an edge between a set of vertex pairs. -
Uses of Triple in org.jgrapht.alg.util
Methods in org.jgrapht.alg.util that return Triple Modifier and Type Method Description static <A,B,C>
Triple<A,B,C>Triple. of(A a, B b, C c)
Create a new triple. -
Uses of Triple in org.jgrapht.nio.csv
Fields in org.jgrapht.nio.csv with type parameters of type Triple Modifier and Type Field Description java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
CSVImporter.Consumers. edgeConsumer
-
Uses of Triple in org.jgrapht.nio.dimacs
Fields in org.jgrapht.nio.dimacs with type parameters of type Triple Modifier and Type Field Description java.util.function.Consumer<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>>
DIMACSImporter.Consumers. edgeConsumer
-
Uses of Triple in org.jgrapht.nio.gexf
Fields in org.jgrapht.nio.gexf declared as Triple Modifier and Type Field Description private Triple<java.lang.String,java.lang.String,java.lang.Double>
SimpleGEXFEventDrivenImporter.GEXFHandler. currentEdge
private Triple<java.lang.String,java.lang.String,java.lang.Double>
SimpleGEXFImporter.Consumers. lastTriple
Fields in org.jgrapht.nio.gexf with type parameters of type Triple Modifier and Type Field Description java.util.function.BiConsumer<Pair<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.lang.String>,Attribute>
SimpleGEXFImporter.Consumers. edgeAttributeConsumer
java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
SimpleGEXFImporter.Consumers. edgeConsumer
-
Uses of Triple in org.jgrapht.nio.gml
Fields in org.jgrapht.nio.gml declared as Triple Modifier and Type Field Description private Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>
GmlImporter.Consumers. lastTriple
Fields in org.jgrapht.nio.gml with type parameters of type Triple Modifier and Type Field Description java.util.function.BiConsumer<Pair<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>,java.lang.String>,Attribute>
GmlImporter.Consumers. edgeAttributeConsumer
java.util.function.Consumer<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>>
GmlImporter.Consumers. edgeConsumer
-
Uses of Triple in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml declared as Triple Modifier and Type Field Description private Triple<java.lang.String,java.lang.String,java.lang.Double>
SimpleGraphMLEventDrivenImporter.GraphMLHandler. currentEdge
private Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>
SimpleGraphMLEdgeListImporter.Consumers. lastIntegerTriple
private Triple<java.lang.String,java.lang.String,java.lang.Double>
GraphMLImporter.Consumers. lastTriple
private Triple<java.lang.String,java.lang.String,java.lang.Double>
SimpleGraphMLEdgeListImporter.Consumers. lastTriple
private Triple<java.lang.String,java.lang.String,java.lang.Double>
SimpleGraphMLImporter.Consumers. lastTriple
Fields in org.jgrapht.nio.graphml with type parameters of type Triple Modifier and Type Field Description java.util.function.BiConsumer<Pair<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.lang.String>,Attribute>
GraphMLImporter.Consumers. edgeAttributeConsumer
java.util.function.BiConsumer<Pair<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.lang.String>,Attribute>
SimpleGraphMLEdgeListImporter.Consumers. edgeAttributeConsumer
java.util.function.BiConsumer<Pair<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.lang.String>,Attribute>
SimpleGraphMLImporter.Consumers. edgeAttributeConsumer
java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
GraphMLImporter.Consumers. edgeConsumer
java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
SimpleGraphMLEdgeListImporter.Consumers. edgeConsumer
java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
SimpleGraphMLImporter.Consumers. edgeConsumer
Methods in org.jgrapht.nio.graphml that return Triple Modifier and Type Method Description private Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>
SimpleGraphMLEdgeListImporter.Consumers. createIntegerTriple(Triple<java.lang.String,java.lang.String,java.lang.Double> e)
Methods in org.jgrapht.nio.graphml with parameters of type Triple Modifier and Type Method Description private Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>
SimpleGraphMLEdgeListImporter.Consumers. createIntegerTriple(Triple<java.lang.String,java.lang.String,java.lang.Double> e)
-
Uses of Triple in org.jgrapht.nio.json
Fields in org.jgrapht.nio.json declared as Triple Modifier and Type Field Description private Triple<java.lang.String,java.lang.String,java.lang.Double>
JSONImporter.Consumers. lastTriple
Fields in org.jgrapht.nio.json with type parameters of type Triple Modifier and Type Field Description java.util.function.BiConsumer<Pair<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.lang.String>,Attribute>
JSONImporter.Consumers. edgeAttributeConsumer
java.util.function.Consumer<Triple<java.lang.String,java.lang.String,java.lang.Double>>
JSONImporter.Consumers. edgeConsumer
java.util.function.BiConsumer<Triple<java.lang.String,java.lang.String,java.lang.Double>,java.util.Map<java.lang.String,Attribute>>
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 Triple Constructor Description SparseIntDirectedWeightedGraph(int numVertices, int numEdges, java.util.function.Supplier<java.util.stream.Stream<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>>> edges, IncomingEdgesSupport incomingEdgeSupport)
Create a new graph from an edge stream.SparseIntDirectedWeightedGraph(int numVertices, java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>> edges)
Create a new graph from an edge list.SparseIntDirectedWeightedGraph(int numVertices, java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>> edges, IncomingEdgesSupport incomingEdgeSupport)
Create a new graph from an edge list.SparseIntUndirectedWeightedGraph(int numVertices, int numEdges, java.util.function.Supplier<java.util.stream.Stream<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>>> edges)
Create a new graph from an edge streamSparseIntUndirectedWeightedGraph(int numVertices, java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Double>> edges)
Create a new graph from an edge list
-