Uses of Class
argutia.events.ComputationEvent.Type

Packages that use ComputationEvent.Type
argutia.events Événements propres à l'application. 
argutia.logic.argumentationFramework   
 

Uses of ComputationEvent.Type in argutia.events
 

Fields in argutia.events declared as ComputationEvent.Type
private ComputationEvent.Type ComputationEvent.type
          Type de l'événement.
 

Methods in argutia.events that return ComputationEvent.Type
 ComputationEvent.Type ComputationEvent.getType()
          Retourne le type de l'événement.
static ComputationEvent.Type ComputationEvent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComputationEvent.Type[] ComputationEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in argutia.events with parameters of type ComputationEvent.Type
ComputationEvent(Object source, ComputationEvent.Type type, Situation situation, double tempsDeCalcul)
          Construit un événement concernant l'analyse syntaxique, le calcul de la situation ou la génération des arguments.
 

Uses of ComputationEvent.Type in argutia.logic.argumentationFramework
 

Methods in argutia.logic.argumentationFramework with parameters of type ComputationEvent.Type
protected void Situation.fireCalculEvent(ComputationEvent.Type type, Situation situation, double tempsDeCalcul)
           
 
Argutia JavaDoc
23 décembre 2007