Constant Field Values
Contents
org.jgrapht.*
-
org.jgrapht.Graph<V,E> Modifier and Type Constant Field Value public static final double
DEFAULT_EDGE_WEIGHT
1.0
-
org.jgrapht.alg.color.GreedyColoring<V,E> Modifier and Type Constant Field Value protected static final String
SELF_LOOPS_NOT_ALLOWED
"Self-loops not allowed"
-
org.jgrapht.alg.drawing.FRLayoutAlgorithm2D<V,E> Modifier and Type Constant Field Value public static final int
DEFAULT_ITERATIONS
100
public static final double
DEFAULT_NORMALIZATION_FACTOR
0.5
-
org.jgrapht.alg.drawing.IndexedFRLayoutAlgorithm2D<V,E> Modifier and Type Constant Field Value public static final double
DEFAULT_THETA_FACTOR
0.5
-
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase<V,E> Modifier and Type Constant Field Value public static final double
DEFAULT_EPSILON
1.0E-9
-
org.jgrapht.alg.flow.mincost.CapacityScalingMinimumCostFlow<V,E> Modifier and Type Constant Field Value public static final int
CAP_INF
1000000000
public static final double
COST_INF
1.0E9
public static final int
DEFAULT_SCALING_FACTOR
8
-
org.jgrapht.alg.interfaces.MatchingAlgorithm<V,E> Modifier and Type Constant Field Value public static final double
DEFAULT_EPSILON
1.0E-9
-
org.jgrapht.alg.isomorphism.IsomorphicGraphMapping<V,E> Modifier and Type Constant Field Value public static final int
NULL_NODE
-1
-
org.jgrapht.alg.matching.PathGrowingWeightedMatching<V,E> Modifier and Type Constant Field Value public static final boolean
DEFAULT_USE_HEURISTICS
true
-
org.jgrapht.alg.matching.blossom.v5.KolmogorovWeightedPerfectMatching<V,E> Modifier and Type Constant Field Value public static final double
EPS
1.0E-9
public static final double
INFINITY
1.0E100
public static final double
NO_PERFECT_MATCHING_THRESHOLD
1.0E10
-
org.jgrapht.alg.scoring.EigenvectorCentrality<V,E> Modifier and Type Constant Field Value public static final int
MAX_ITERATIONS_DEFAULT
100
public static final double
TOLERANCE_DEFAULT
1.0E-4
-
org.jgrapht.alg.scoring.KatzCentrality<V,E> Modifier and Type Constant Field Value public static final double
DAMPING_FACTOR_DEFAULT
0.01
public static final int
MAX_ITERATIONS_DEFAULT
100
public static final double
TOLERANCE_DEFAULT
1.0E-4
-
org.jgrapht.alg.scoring.PageRank<V,E> Modifier and Type Constant Field Value public static final double
DAMPING_FACTOR_DEFAULT
0.85
public static final int
MAX_ITERATIONS_DEFAULT
100
public static final double
TOLERANCE_DEFAULT
1.0E-4
-
org.jgrapht.alg.shortestpath.AStarShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.BaseBidirectionalShortestPathAlgorithm<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.BellmanFordShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.BFSShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.BidirectionalAStarShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.BidirectionalDijkstraShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.ContractionHierarchyBidirectionalDijkstra<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.DeltaSteppingShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.DijkstraShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.FloydWarshallShortestPaths<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.IntVertexDijkstraShortestPath<E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.JohnsonShortestPaths<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.shortestpath.TransitNodeRoutingShortestPath<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_CONTAINS_A_NEGATIVE_WEIGHT_CYCLE
"Graph contains a negative-weight cycle"
protected static final String
GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
"Graph must contain the sink vertex!"
protected static final String
GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
"Graph must contain the source vertex!"
-
org.jgrapht.alg.util.ToleranceDoubleComparator Modifier and Type Constant Field Value public static final double
DEFAULT_EPSILON
1.0E-9
-
org.jgrapht.event.ConnectedComponentTraversalEvent Modifier and Type Constant Field Value public static final int
CONNECTED_COMPONENT_FINISHED
32
public static final int
CONNECTED_COMPONENT_STARTED
31
-
org.jgrapht.event.GraphEdgeChangeEvent<V,E> Modifier and Type Constant Field Value public static final int
BEFORE_EDGE_ADDED
21
public static final int
BEFORE_EDGE_REMOVED
22
public static final int
EDGE_ADDED
23
public static final int
EDGE_REMOVED
24
public static final int
EDGE_WEIGHT_UPDATED
25
-
org.jgrapht.event.GraphVertexChangeEvent<V> Modifier and Type Constant Field Value public static final int
BEFORE_VERTEX_ADDED
11
public static final int
BEFORE_VERTEX_REMOVED
12
public static final int
VERTEX_ADDED
13
public static final int
VERTEX_REMOVED
14
-
org.jgrapht.generate.GeneralizedPetersenGraphGenerator<V,E> Modifier and Type Constant Field Value public static final String
REGULAR
"regular"
public static final String
STAR
"star"
-
org.jgrapht.generate.GridGraphGenerator<V,E> Modifier and Type Constant Field Value public static final String
CORNER_VERTEX
"Corner Vertex"
-
org.jgrapht.generate.LinearGraphGenerator<V,E> Modifier and Type Constant Field Value public static final String
END_VERTEX
"End Vertex"
public static final String
START_VERTEX
"Start Vertex"
-
org.jgrapht.generate.StarGraphGenerator<V,E> Modifier and Type Constant Field Value public static final String
CENTER_VERTEX
"Center Vertex"
-
org.jgrapht.generate.WheelGraphGenerator<V,E> Modifier and Type Constant Field Value public static final String
HUB_VERTEX
"Hub Vertex"
-
org.jgrapht.generate.netgen.MaximumFlowProblem<V,E> Modifier and Type Constant Field Value public static final double
CAPACITY_INF
2.147483647E9
-
org.jgrapht.generate.netgen.NetworkGenerator<V,E> Modifier and Type Constant Field Value public static final int
CAPACITY_COST_BOUND
2000000000
public static final int
MAX_ARC_NUM
2000000000
public static final int
MAX_NODE_NUM
100000000
public static final int
MAX_SUPPLY
200000000
-
org.jgrapht.graph.guava.BaseGraphAdapter<V,G extends com.google.common.graph.Graph<V>> Modifier and Type Constant Field Value protected static final String
LOOPS_NOT_ALLOWED
"loops not allowed"
-
org.jgrapht.graph.guava.BaseNetworkAdapter<V,E,N extends com.google.common.graph.Network<V,E>> Modifier and Type Constant Field Value protected static final String
LOOPS_NOT_ALLOWED
"loops not allowed"
-
org.jgrapht.graph.guava.BaseValueGraphAdapter<V,W,VG extends com.google.common.graph.ValueGraph<V,W>> Modifier and Type Constant Field Value protected static final String
LOOPS_NOT_ALLOWED
"loops not allowed"
-
org.jgrapht.graph.guava.ImmutableGraphAdapter<V> Modifier and Type Constant Field Value protected static final String
GRAPH_IS_IMMUTABLE
"Graph is immutable"
-
org.jgrapht.graph.guava.ImmutableNetworkAdapter<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_IS_IMMUTABLE
"Graph is immutable"
-
org.jgrapht.graph.guava.ImmutableValueGraphAdapter<V,W> Modifier and Type Constant Field Value protected static final String
GRAPH_IS_IMMUTABLE
"Graph is immutable"
-
org.jgrapht.graph.guava.MutableNetworkAdapter<V,E> Modifier and Type Constant Field Value protected static final String
GRAPH_IS_UNWEIGHTED
"Graph is unweighted"
-
org.jgrapht.nio.dimacs.DIMACSImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.dot.DOTEventDrivenImporter Modifier and Type Constant Field Value public static final String
DEFAULT_GRAPH_ID_KEY
"ID"
-
org.jgrapht.nio.dot.DOTExporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_GRAPH_ID
"G"
-
org.jgrapht.nio.dot.DOTImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.gexf.SimpleGEXFImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.gml.GmlImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.graph6.Graph6Sparse6Importer<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.graphml.GraphMLImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.graphml.SimpleGraphMLImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
-
org.jgrapht.nio.json.JSONEventDrivenImporter Modifier and Type Constant Field Value public static final String
DEFAULT_EDGES_COLLECTION_NAME
"edges"
public static final String
DEFAULT_VERTICES_COLLECTION_NAME
"nodes"
-
org.jgrapht.nio.json.JSONExporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_EDGES_COLLECTION_NAME
"edges"
public static final String
DEFAULT_VERTICES_COLLECTION_NAME
"nodes"
-
org.jgrapht.nio.json.JSONImporter<V,E> Modifier and Type Constant Field Value public static final String
DEFAULT_EDGES_COLLECTION_NAME
"edges"
public static final String
DEFAULT_VERTEX_ID_KEY
"ID"
public static final String
DEFAULT_VERTICES_COLLECTION_NAME
"nodes"
-
org.jgrapht.opt.graph.sparse.SparseIntDirectedGraph Modifier and Type Constant Field Value protected static final String
UNMODIFIABLE
"this graph is unmodifiable"
-
org.jgrapht.sux4j.AbstractSuccinctGraph<E> Modifier and Type Constant Field Value protected static final String
UNMODIFIABLE
"this graph is unmodifiable"