ikbs.graphics.cases
Class AttributValeur

java.lang.Object
  extended by ikbs.tools.trees.Attribut
      extended by ikbs.graphics.AttributGraph
          extended by ikbs.graphics.cases.AttributValeur
All Implemented Interfaces:
DescAttributeInterface, DescElementInterface, Selectable, java.lang.Cloneable, java.util.Observer

public class AttributValeur
extends AttributGraph

IKBS - Editeur de cas Définition de la classe AttributValeur extends Attribut David Grosser - janvier 1998 - IREMIA, Université de la Réunion

Since:
16 mars 2000 Classe intermediaire entre une valeur d'attribut et l'affichage d'un attribut valué
Version:
2.6

Field Summary
 
Fields inherited from class ikbs.graphics.AttributGraph
NUMERIC, SYMBOLIC, TAXONOMIC, TEXT, type
 
Fields inherited from class ikbs.tools.trees.Attribut
cible, clicked, label, num, pere, selected
 
Constructor Summary
AttributValeur(Noeud pere, DescriptiveAttribute attDesc, AttributeValue valeur)
           
 
Method Summary
 java.lang.Object clone()
          Implémente Cloneable (surchage)
 AttributeValue getValeur()
           
 boolean isThereIllustration()
          s'il y a des illustrations associées
 int nbIllustration()
          Par défaut, cette méthode retourne 0.
 void setValeur(AttributeValue v)
           
 java.lang.String toString()
           
 void update(java.util.Observable o, java.lang.Object args)
          Implémente Observer
 java.lang.String valAsText()
           
 
Methods inherited from class ikbs.graphics.AttributGraph
getAttribute, getCible, getColorType, getCommentaire, getDecision, getIdentificateur, getInfo, getLabel, getLibelle, getPoids, getQuestion, getType, getUrl, init, setCible, setCommentaire, setDecision, setIdentificateur, setLibelle, setPoids, setQuestion, setType, setUrl
 
Methods inherited from class ikbs.tools.trees.Attribut
getClicked, getPere, getSelected, initNewPere, setCible, setClicked, setLabel, setPere, setSelected
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributValeur

public AttributValeur(Noeud pere,
                      DescriptiveAttribute attDesc,
                      AttributeValue valeur)
Method Detail

getValeur

public AttributeValue getValeur()

setValeur

public void setValeur(AttributeValue v)

valAsText

public java.lang.String valAsText()

isThereIllustration

public boolean isThereIllustration()
Description copied from class: Attribut
s'il y a des illustrations associées

Overrides:
isThereIllustration in class AttributGraph

nbIllustration

public int nbIllustration()
Description copied from class: Attribut
Par défaut, cette méthode retourne 0. Elle doit être surchargée pour retourner autre chose que 0

Overrides:
nbIllustration in class AttributGraph

update

public void update(java.util.Observable o,
                   java.lang.Object args)
Description copied from class: Attribut
Implémente Observer

Specified by:
update in interface java.util.Observer
Overrides:
update in class AttributGraph

toString

public java.lang.String toString()
Overrides:
toString in class AttributGraph

clone

public java.lang.Object clone()
Implémente Cloneable (surchage)

Overrides:
clone in class Attribut