|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdOperations
| Field Summary | |
|---|---|
static int |
ABSTRACT_VALUE
Indentify a couple : register name + index. |
static int |
ADD
The addition : To get the sum value of a list or add two values. |
static int |
ADD_ROUNDED
The add the rounded division/2 |
static int |
ADD_TRUNCATED
The truncated division/2 |
static int |
AND
The binary and operation |
static int |
AND_NOT
|
static int |
ANY
This operation is only there to enable operation comparaison. |
static int |
BASE_REGISTER_INT_VALUE
Indentify a couple : register name + index withoutusing register modifiers. |
static int |
BIT_COUNT
|
static int |
CARD_COLORS
|
static int |
CARD_TYPES
|
static int |
CLEAR
The reset For target-list : 'clear' operation clear the current target list. |
static int |
COLLAPSE_COMBAT
For target-list : 'collapse-combat' operation is called to group natively defending/attacking card. |
static int |
COUNTER
added abstract operation to represent final value. |
static int |
DECK_COUNTER
|
static int |
DECREMENT
|
static int |
DIV_ROUNDED
The rounded division |
static int |
DIV_TRUNCATED
The truncated division |
static int |
FILTER
For target-list :'filter' operation remove all targets making true the specified test. |
static int |
FIRST
To get the first element of a list There is no associated Operation, target-list and int-list use this operation as id only. |
static int |
HIGHEST_AMONG
|
static int |
IF_THEN_ELSE
There is no associated Operation. |
static int |
INCREMENT
|
static int |
INDEX_OF
To get the first index of an element There is no associated Operation, target-list and int-list use this operation as id only. |
static int |
INDEX_OF_SAVED_LIST
|
static int |
INT_LIST
|
static int |
INT_VALUE
added abstract operation to represent final value. |
static int |
LAST
To get the last element of a list There is no associated Operation, target-list and int-list use this operation as id only. |
static int |
LAST_INDEX_OF
To get the last index of an element. |
static int |
LOAD
For target-list : 'load' operation load a target list saved at the specified list-index. |
static int |
LOWEST_AMONG
|
static int |
MANA_PAID
|
static int |
MAX
To get the greater element from the two given values |
static int |
MAXIMUM
To get the maximum value of values within a list. |
static int |
MIN
To get the smaller element from the two given values |
static int |
MINIMUM
To get the minimum value of values within a list. |
static int |
MINUS
|
static int |
MULT
The multiplication |
static int |
NEGATIVE
|
static int |
OBJECT_VALUE
|
static java.lang.String[] |
OPERATION_NAMES
The operation names |
static int[] |
OPERATION_VALUES
The operation values |
static int |
OR
The binary or operation |
static int |
POSITION
|
static int |
REF_VALUE
The reference value. |
static int |
REGISTER_ACCESS
Indentify a couple : register name + index. |
static int |
REMOVE
The soustraction. |
static int |
REMOVE_FIRST
For target-list : 'remove-first' operation remove the first target from the current list. |
static int |
REMOVE_LAST
For target-list : 'remove-last' operation remove the last target from the current list. |
static int |
REMOVE_QUEUE
For target-list : 'remove-queue' operation remove all targets but the first one from the current list. |
static int |
REMOVE_TAIL
For target-list : 'remove-tail' operation remove all targets but the last one from the current list. |
static int |
SAVE
For target-list : 'save' operation ajoute la liste de cibles courante dans la liste des listes de cibles sauvegardees. |
static int |
SET
The affectation |
static int |
SIZE
To get the size of a list. |
static int |
STRING_METHOD
|
static int |
TARGET_LIST
|
static int |
TEST_ON
|
static int |
TO_CODE
|
static int |
TO_INDEX
|
static int |
XOR
The xor operation |
| Field Detail |
|---|
static final int ADD
Add,
IntList,
TargetList,
Constant Field Valuesstatic final int MINUS
IntList,
TargetList,
Remove,
Constant Field Valuesstatic final int SET
Set,
Constant Field Valuesstatic final int CLEAR
Clear,
Constant Field Valuesstatic final int MULT
Mult,
Constant Field Valuesstatic final int INT_VALUE
IntValue,
Constant Field Valuesstatic final int AND
Add,
Constant Field Valuesstatic final int OR
Or,
Constant Field Valuesstatic final int REF_VALUE
ReferenceValue,
Constant Field Valuesstatic final int BASE_REGISTER_INT_VALUE
BaseRegisterIntValue,
Constant Field Valuesstatic final int XOR
Xor,
Constant Field Valuesstatic final int DIV_TRUNCATED
DivTruncated,
Constant Field Valuesstatic final int DIV_ROUNDED
DivRounded,
Constant Field Valuesstatic final int ADD_ROUNDED
AddHalfRounded,
Constant Field Valuesstatic final int ADD_TRUNCATED
AddHalfTruncated,
Constant Field Valuesstatic final int COUNTER
Counter,
Constant Field Valuesstatic final int ANY
Any,
Constant Field Valuesstatic final int REMOVE_LAST
IntList,
TargetList,
Constant Field Valuesstatic final int REMOVE_FIRST
IntList,
TargetList,
Constant Field Valuesstatic final int REMOVE_TAIL
IntList,
TargetList,
Constant Field Valuesstatic final int REMOVE_QUEUE
IntList,
TargetList,
Constant Field Valuesstatic final int COLLAPSE_COMBAT
TargetList,
Constant Field Valuesstatic final int SAVE
IntList,
TargetList,
Constant Field Valuesstatic final int LOAD
IntList,
TargetList,
Constant Field Valuesstatic final int FILTER
IntList,
TargetList,
Constant Field Valuesstatic final int REGISTER_ACCESS
static final int REMOVE
IntList,
TargetList,
Constant Field Valuesstatic final int LAST_INDEX_OF
IntList,
TargetList,
Constant Field Valuesstatic final int MINIMUM
IntList,
TargetList,
Constant Field Valuesstatic final int MAXIMUM
IntList,
TargetList,
Constant Field Valuesstatic final int SIZE
IntList,
TargetList,
Constant Field Valuesstatic final int FIRST
IntList,
TargetList,
Constant Field Valuesstatic final int LAST
IntList,
TargetList,
Constant Field Valuesstatic final int INT_LIST
IntList,
Constant Field Valuesstatic final int TARGET_LIST
TargetList,
Constant Field Valuesstatic final int INDEX_OF_SAVED_LIST
IndexOfSavedList,
Constant Field Valuesstatic final int INDEX_OF
IntList,
TargetList,
Constant Field Valuesstatic final int MIN
Min,
Constant Field Valuesstatic final int MAX
Max,
Constant Field Valuesstatic final int IF_THEN_ELSE
IfThenElse,
Constant Field Valuesstatic final int AND_NOT
AndNot,
Constant Field Valuesstatic final int POSITION
Position,
Constant Field Valuesstatic final int BIT_COUNT
BitCount,
Constant Field Valuesstatic final int CARD_COLORS
CardColors,
Constant Field Valuesstatic final int HIGHEST_AMONG
HighestAmong,
Constant Field Valuesstatic final int LOWEST_AMONG
LowestAmong,
Constant Field Valuesstatic final int STRING_METHOD
StringMethod,
Constant Field Valuesstatic final int OBJECT_VALUE
ObjectValue,
Constant Field Valuesstatic final int CARD_TYPES
CardTypes,
Constant Field Valuesstatic final int MANA_PAID
static final int ABSTRACT_VALUE
static final int TEST_ON
static final int TO_INDEX
static final int TO_CODE
static final int NEGATIVE
static final int DECREMENT
static final int INCREMENT
static final int DECK_COUNTER
static final java.lang.String[] OPERATION_NAMES
static final int[] OPERATION_VALUES
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||