Package | Description |
---|---|
kernel | |
ncs |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<NCS,java.lang.Integer> |
World.getAllNCS()
Gets the all NCS.
|
java.util.HashMap<NCS,java.lang.Integer> |
World.getNumberOfNCS()
Gets the number of NCS.
|
java.util.HashMap<NCS,java.lang.Integer> |
World.getThisLoopNCS()
Gets the this loop NCS.
|
Modifier and Type | Method and Description |
---|---|
void |
World.changeNCSNumber(int x,
NCS ncs)
Change NCS number.
|
void |
World.raiseNCS(NCS ncs)
Raise NCS.
|
Modifier and Type | Method and Description |
---|---|
void |
World.setAllNCS(java.util.HashMap<NCS,java.lang.Integer> allNCS)
Sets the all NCS.
|
void |
World.setNumberOfNCS(java.util.HashMap<NCS,java.lang.Integer> numberOfNCS)
Sets the number of NCS.
|
void |
World.setThisLoopNCS(java.util.HashMap<NCS,java.lang.Integer> thidLoopNCS)
Sets the this loop NCS.
|
Modifier and Type | Method and Description |
---|---|
static NCS |
NCS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NCS[] |
NCS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|