ikbs.rco.event
Class NotifySymbolic

java.lang.Object
  extended by ikbs.rco.event.NotifyElement
      extended by ikbs.rco.event.NotifyAttribute
          extended by ikbs.rco.event.NotifySymbolic
All Implemented Interfaces:
java.io.Serializable

public class NotifySymbolic
extends NotifyAttribute

IKBS ikbs.rco.event Classe qui encapsule les evenements survenues sur un ElementDescriptif Les instances sont construites par les élements du modèle et propagé aux Observateurs

Since:
5 avril 2000
Author:
David GROSSER
See Also:
Serialized Form

Field Summary
static int BOOLEAN_CHANGED
           
static int INIT_DOMAINE
           
static int ORDERED_CHANGED
           
 
Fields inherited from class ikbs.rco.event.NotifyAttribute
ADD_VALUE, CIBLE_CHANGED, REMOVE_VALUE, REPLACE_VALUE
 
Fields inherited from class ikbs.rco.event.NotifyElement
action, ADD_RULE, b, COMMENTAIRE_CHANGED, DECISION_CHANGED, DEFAUT_CHANGED, element, f, IDENTIFICATEUR_CHANGED, index, LIBELLE_CHANGED, newElement, POIDS_CHANGED, QUESTION_CHANGED, REMOVE_RULE, REPLACE, REPLACE_RULE, rule, URL_CHANGED, v, valeur
 
Constructor Summary
NotifySymbolic(DescriptiveElement element, int action)
           
NotifySymbolic(DescriptiveElement element, int action, boolean b)
           
 
Method Summary
 
Methods inherited from class ikbs.rco.event.NotifyElement
getAction, getBoolean, getElement, getFloat, getIndex, getNewElement, getRule, getString, getValue, setAction, setFloat, setIndex, setRule, setString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INIT_DOMAINE

public static final int INIT_DOMAINE
See Also:
Constant Field Values

ORDERED_CHANGED

public static final int ORDERED_CHANGED
See Also:
Constant Field Values

BOOLEAN_CHANGED

public static final int BOOLEAN_CHANGED
See Also:
Constant Field Values
Constructor Detail

NotifySymbolic

public NotifySymbolic(DescriptiveElement element,
                      int action)

NotifySymbolic

public NotifySymbolic(DescriptiveElement element,
                      int action,
                      boolean b)