public class Stage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DETECT_JUNCTIONS |
static int |
DONE |
static int |
DUPLICATE |
static int |
FIND_INITIAL_BOUNDARY |
static int |
FIND_SECOND_BOUNDARY |
static int |
LABELING |
static int |
PLOT_REMAINING_EDGES |
static int |
START |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static int |
resolveStageValue(String str) |
void |
setValue(int value) |
String |
toString() |
public static final int START
public static final int DUPLICATE
public static final int DETECT_JUNCTIONS
public static final int FIND_INITIAL_BOUNDARY
public static final int FIND_SECOND_BOUNDARY
public static final int LABELING
public static final int PLOT_REMAINING_EDGES
public static final int DONE
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.