public static enum EditorMenuBar.AnalyzeType extends java.lang.Enum<EditorMenuBar.AnalyzeType>
Modifier and Type | Method and Description |
---|---|
static EditorMenuBar.AnalyzeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditorMenuBar.AnalyzeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorMenuBar.AnalyzeType IS_CONNECTED
public static final EditorMenuBar.AnalyzeType IS_SIMPLE
public static final EditorMenuBar.AnalyzeType IS_CYCLIC_DIRECTED
public static final EditorMenuBar.AnalyzeType IS_CYCLIC_UNDIRECTED
public static final EditorMenuBar.AnalyzeType COMPLEMENTARY
public static final EditorMenuBar.AnalyzeType REGULARITY
public static final EditorMenuBar.AnalyzeType COMPONENTS
public static final EditorMenuBar.AnalyzeType MAKE_CONNECTED
public static final EditorMenuBar.AnalyzeType MAKE_SIMPLE
public static final EditorMenuBar.AnalyzeType IS_TREE
public static final EditorMenuBar.AnalyzeType ONE_SPANNING_TREE
public static final EditorMenuBar.AnalyzeType IS_DIRECTED
public static final EditorMenuBar.AnalyzeType GET_CUT_VERTEXES
public static final EditorMenuBar.AnalyzeType GET_CUT_EDGES
public static final EditorMenuBar.AnalyzeType GET_SOURCES
public static final EditorMenuBar.AnalyzeType GET_SINKS
public static final EditorMenuBar.AnalyzeType PLANARITY
public static final EditorMenuBar.AnalyzeType IS_BICONNECTED
public static final EditorMenuBar.AnalyzeType GET_BICONNECTED
public static final EditorMenuBar.AnalyzeType SPANNING_TREE
public static final EditorMenuBar.AnalyzeType FLOYD_ROY_WARSHALL
public static EditorMenuBar.AnalyzeType[] values()
for (EditorMenuBar.AnalyzeType c : EditorMenuBar.AnalyzeType.values()) System.out.println(c);
public static EditorMenuBar.AnalyzeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null