Enum Constant and Description |
---|
CONTEXT_CONCURRENCE
The context concurrence.
|
CONTEXT_CONFLICT_FALSE
The context conflict false.
|
CONTEXT_CONFLICT_INEXACT
The context conflict inexact.
|
CONTEXT_USELESSNESS
The context uselessness.
|
CREATE_NEW_CONTEXT
The create new context.
|
HEAD_IMPRODUCTIVE
The head improductive.
|
HEAD_INCOMPETENT
The head incompetent.
|
Modifier and Type | Method and Description |
---|---|
void |
raiseNCS(World world)
Change the number of NCS in the world.
|
static NCS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NCS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NCS CONTEXT_CONFLICT_FALSE
public static final NCS CONTEXT_CONFLICT_INEXACT
public static final NCS CONTEXT_USELESSNESS
public static final NCS CONTEXT_CONCURRENCE
public static final NCS HEAD_INCOMPETENT
public static final NCS HEAD_IMPRODUCTIVE
public static final NCS CREATE_NEW_CONTEXT
public static NCS[] values()
for (NCS c : NCS.values()) System.out.println(c);
public static NCS 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 nullpublic void raiseNCS(World world)
world
- the world