|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ComputationEvent.Type>
argutia.events.ComputationEvent.Type
public static enum ComputationEvent.Type
Types possibles de l'événement.
ComputationEvent.getType()
Enum Constant Summary | |
---|---|
ARGUMENTS_DONE
Calcul des arguments effectué. |
|
ARGUMENTS_IN_PROGRESS
Calcul des arguments en cours. |
|
SITUATION_DONE
Calcul des attitudes effectué. |
|
SITUATION_IN_PROGRESS
Calcul des attitudes en cours. |
|
SYNTAX_DONE
Analyse syntaxique effectuée. |
|
SYNTAX_IN_PROGRESS
Analyse syntaxique en cours. |
Method Summary | |
---|---|
static ComputationEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComputationEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ComputationEvent.Type ARGUMENTS_DONE
Situation.calculerArguments()
public static final ComputationEvent.Type ARGUMENTS_IN_PROGRESS
Situation.calculerArguments()
public static final ComputationEvent.Type SITUATION_DONE
Situation.calculerAttitudes()
public static final ComputationEvent.Type SITUATION_IN_PROGRESS
Situation.calculerAttitudes()
public static final ComputationEvent.Type SYNTAX_DONE
Onglets.getAnalyseSyntaxiqueSituation()
public static final ComputationEvent.Type SYNTAX_IN_PROGRESS
Onglets.getAnalyseSyntaxiqueSituation()
Method Detail |
---|
public static final ComputationEvent.Type[] values()
for(ComputationEvent.Type c : ComputationEvent.Type.values()) System.out.println(c);
public static ComputationEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |