Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EDGE_WEIGHT |
1.0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-9 |
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 |
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 static final int |
BEST_ORDER |
0 |
public static final int |
LARGEST_SATURATION_FIRST_ORDER |
3 |
public static final int |
NATURAL_ORDER |
1 |
public static final int |
SMALLEST_DEGREE_LAST_ORDER |
2 |
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" |
Copyright © 2016. All rights reserved.