|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AIAction | |
---|---|
org.sourceforge.jemm.collections.internal.atomic |
Uses of AIAction in org.sourceforge.jemm.collections.internal.atomic |
---|
Methods in org.sourceforge.jemm.collections.internal.atomic that return AIAction | |
---|---|
AIAction |
AIRequest.getAction()
Return the request action. |
static AIAction |
AIAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AIAction[] |
AIAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.sourceforge.jemm.collections.internal.atomic with parameters of type AIAction | |
---|---|
AIRequest(AIAction action,
int value,
int secondValue)
Create an AIRequest with the given values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |