|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Debug.D_G>
net.xqhs.graphs.util.Debug.D_G
public static enum Debug.D_G
Debug items for graphs and graph matching.
Enum Constant Summary | |
---|---|
D_CURRENT
Debug item for the current issue at hand. |
|
D_MATCHING_INITIAL
Debug for the initial matching process. |
|
D_MATCHING_PROGRESS
Debug for the progress of incremental matching. |
Field Summary | |
---|---|
(package private) boolean |
isset
Activation state. |
Method Summary | |
---|---|
boolean |
toBool()
|
static Debug.D_G |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Debug.D_G[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Debug.D_G D_MATCHING_INITIAL
public static final Debug.D_G D_MATCHING_PROGRESS
public static final Debug.D_G D_CURRENT
Field Detail |
---|
boolean isset
Method Detail |
---|
public static Debug.D_G[] values()
for (Debug.D_G c : Debug.D_G.values()) System.out.println(c);
public static Debug.D_G 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 name
java.lang.NullPointerException
- if the argument is nullpublic boolean toBool()
toBool
in interface net.xqhs.util.logging.Debug.DebugItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |