Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EDGE_WEIGHT |
1.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
SELF_LOOPS_NOT_ALLOWED |
"Self-loops not allowed" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-9 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NULL_NODE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
DEFAULT_USE_HEURISTICS |
true |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DAMPING_FACTOR_DEFAULT |
0.01 |
public static final double |
EXOGENOUS_FACTOR_DEFAULT |
1.0 |
public static final int |
MAX_ITERATIONS_DEFAULT |
100 |
public static final double |
TOLERANCE_DEFAULT |
1.0E-4 |
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 |
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!" |
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!" |
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!" |
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!" |
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!" |
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!" |
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!" |
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!" |
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!" |
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!" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-9 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONNECTED_COMPONENT_FINISHED |
32 |
public static final int |
CONNECTED_COMPONENT_STARTED |
31 |
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 |
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 |
Modifier and Type | Constant Field | Value |
---|---|---|
public final String |
REGULAR |
"regular" |
public final String |
STAR |
"star" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CORNER_VERTEX |
"Corner Vertex" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
END_VERTEX |
"End Vertex" |
public static final String |
START_VERTEX |
"Start Vertex" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CENTER_VERTEX |
"Center Vertex" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HUB_VERTEX |
"Hub Vertex" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
LOOPS_NOT_ALLOWED |
"loops not allowed" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
LOOPS_NOT_ALLOWED |
"loops not allowed" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
LOOPS_NOT_ALLOWED |
"loops not allowed" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
GRAPH_IS_IMMUTABLE |
"Graph is immutable" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
GRAPH_IS_IMMUTABLE |
"Graph is immutable" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
GRAPH_IS_IMMUTABLE |
"Graph is immutable" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
GRAPH_IS_UNWEIGHTED |
"Graph is unweighted" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_GRAPH_ID |
"G" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_GRAPH_ID_KEY |
"ID" |
Copyright © 2019. All rights reserved.