ikbs.learning.graph
Class AttributDecision

java.lang.Object
  extended by ikbs.tools.trees.Attribut
      extended by ikbs.learning.graph.AttributDecision
All Implemented Interfaces:
Selectable, java.lang.Cloneable, java.util.Observer

public class AttributDecision
extends Attribut


Field Summary
protected  Value valeur
           
 
Fields inherited from class ikbs.tools.trees.Attribut
cible, clicked, label, num, pere, selected
 
Constructor Summary
AttributDecision(NoeudDecisionGraph pere, java.lang.String libelle, Value valeur)
           
 
Method Summary
 Value getValeur()
           
 void setValeur(Value valeur)
           
 
Methods inherited from class ikbs.tools.trees.Attribut
clone, getCible, getClicked, getColorType, getInfo, getLabel, getPere, getSelected, initNewPere, isThereIllustration, nbIllustration, setCible, setClicked, setLabel, setPere, setSelected, update
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valeur

protected Value valeur
Constructor Detail

AttributDecision

public AttributDecision(NoeudDecisionGraph pere,
                        java.lang.String libelle,
                        Value valeur)
Method Detail

setValeur

public void setValeur(Value valeur)

getValeur

public Value getValeur()