A C D E F G I O R S T U V W 
All Classes All Packages

A

addEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
addEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
addEdge(Integer, Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
addEdge(Integer, Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
addVertex() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
addVertex() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
addVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
addVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
assertEdgeExist(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Ensures that the specified edge exists in this graph, or else throws exception.
assertEdgeExist(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
Ensures that the specified edge exists in this graph, or else throws exception.
assertVertexExist(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Ensures that the specified vertex exists in this graph, or else throws exception.
assertVertexExist(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
Ensures that the specified vertex exists in this graph, or else throws exception.

C

containsEdge(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
containsEdge(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
containsVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
containsVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

D

degreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
degreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

E

edgeSet() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
edgeSet() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
edgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
edgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

F

FastutilFastLookupGSS<V,​E> - Class in org.jgrapht.opt.graph.fastutil
The fast lookup specifics strategy implementation using fastutil maps for storage..
FastutilFastLookupGSS() - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilFastLookupGSS
 
FastutilFastLookupIntVertexGSS<E> - Class in org.jgrapht.opt.graph.fastutil
A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.
FastutilFastLookupIntVertexGSS() - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilFastLookupIntVertexGSS
 
FastutilGSS<V,​E> - Class in org.jgrapht.opt.graph.fastutil
A specifics strategy implementation using fastutil maps for storage.
FastutilGSS() - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilGSS
 
FastutilIntVertexGSS<E> - Class in org.jgrapht.opt.graph.fastutil
A specifics strategy implementation using fastutil maps for storage specialized for integer vertices.
FastutilIntVertexGSS() - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS
 
FastutilMapGraph<V,​E> - Class in org.jgrapht.opt.graph.fastutil
A graph implementation using fastutil's map implementations for storage.
FastutilMapGraph(Supplier<V>, Supplier<E>, GraphType) - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilMapGraph
Construct a new graph.
FastutilMapGraph(Supplier<V>, Supplier<E>, GraphType, boolean) - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilMapGraph
Construct a new graph.
FastutilMapIntVertexGraph<E> - Class in org.jgrapht.opt.graph.fastutil
A graph implementation using fastutil's map implementations for storage specialized for integer vertices.
FastutilMapIntVertexGraph(Supplier<Integer>, Supplier<E>, GraphType) - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilMapIntVertexGraph
Construct a new graph.
FastutilMapIntVertexGraph(Supplier<Integer>, Supplier<E>, GraphType, boolean) - Constructor for class org.jgrapht.opt.graph.fastutil.FastutilMapIntVertexGraph
Construct a new graph.

G

getAllEdges(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
This operation costs $O(d)$ where $d$ is the out-degree of the source vertex.
getAllEdges(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
This operation costs $O(d)$ where $d$ is the degree of the source vertex.
getEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
This operation costs $O(d)$ where $d$ is the out-degree of the source vertex.
getEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
This operation costs $O(d)$ where $d$ is the degree of the source vertex.
getEdgeSource(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getEdgeSource(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
getEdgeSupplier() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getEdgeSupplier() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
getEdgeTarget(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getEdgeTarget(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
getEdgeWeight(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getEdgeWeight(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
 
getEdgeWeight(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
getEdgeWeight(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
 
getIntrusiveEdgesSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilFastLookupGSS
 
getIntrusiveEdgesSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilFastLookupIntVertexGSS
 
getIntrusiveEdgesSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilGSS
 
getIntrusiveEdgesSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS
 
getSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilFastLookupGSS
 
getSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilFastLookupIntVertexGSS
 
getSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilGSS
 
getSpecificsFactory() - Method in class org.jgrapht.opt.graph.fastutil.FastutilIntVertexGSS
 
getType() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getType() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
 
getType() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
getType() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
 
getVertexSupplier() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
getVertexSupplier() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

I

incidenceMatrix - Variable in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
incidenceMatrixT - Variable in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
incomingEdgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
incomingEdgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
inDegreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
inDegreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
inIncidenceMatrix - Variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Incidence matrix with incoming edges

O

org.jgrapht.opt.graph.fastutil - package org.jgrapht.opt.graph.fastutil
Specialized graph implementations using the FastUtil library
org.jgrapht.opt.graph.sparse - package org.jgrapht.opt.graph.sparse
A specialized graph implementation using a sparse matrix representations.
outDegreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
outDegreeOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
outgoingEdgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
outgoingEdgesOf(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
outIncidenceMatrix - Variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Incidence matrix with outgoing edges

R

removeEdge(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
removeEdge(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
removeEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
removeEdge(Integer, Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
removeVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
removeVertex(Integer) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

S

setEdgeWeight(Integer, double) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
setEdgeWeight(Integer, double) - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
 
setEdgeWeight(Integer, double) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 
setEdgeWeight(Integer, double) - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
 
source - Variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Source vertex of edge
SparseIntDirectedGraph - Class in org.jgrapht.opt.graph.sparse
A sparse directed graph.
SparseIntDirectedGraph(int, List<Pair<Integer, Integer>>) - Constructor for class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Create a new graph from an edge list.
SparseIntDirectedWeightedGraph - Class in org.jgrapht.opt.graph.sparse
Sparse directed weighted graph.
SparseIntDirectedWeightedGraph(int, List<Triple<Integer, Integer, Double>>) - Constructor for class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
Create a new graph from an edge list.
SparseIntUndirectedGraph - Class in org.jgrapht.opt.graph.sparse
Sparse undirected graph.
SparseIntUndirectedGraph(int, List<Pair<Integer, Integer>>) - Constructor for class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
Create a new graph from an edge list
SparseIntUndirectedWeightedGraph - Class in org.jgrapht.opt.graph.sparse
Sparse undirected weighted graph.
SparseIntUndirectedWeightedGraph(int, List<Triple<Integer, Integer, Double>>) - Constructor for class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
Create a new graph from an edge list

T

target - Variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
Target vertex of edge

U

UNMODIFIABLE - Static variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
UNMODIFIABLE - Static variable in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

V

vertexSet() - Method in class org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph
 
vertexSet() - Method in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedGraph
 

W

weights - Variable in class org.jgrapht.opt.graph.sparse.SparseIntDirectedWeightedGraph
The edge weights
weights - Variable in class org.jgrapht.opt.graph.sparse.SparseIntUndirectedWeightedGraph
The edge weights
A C D E F G I O R S T U V W 
All Classes All Packages