ikbs.graphics.model
Class AttributDesc

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

public class AttributDesc
extends AttributGraph
implements java.lang.Cloneable

Editeur de modèles IKBS v2.6 Implémente la vue graphique des attributs descriptifs

Since:
15 Janvier 2000
Author:
David Grosser

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
AttributDesc(Noeud pere, DescriptiveAttribute attDesc)
          Constructeur Lorsque l'attribut existe déjà et qu'il faut construire la vue graphique
 
Method Summary
 java.lang.Object clone()
          Implémente Cloneable (surchage)
 void initNewPere(Noeud pere)
           
 
Methods inherited from class ikbs.graphics.AttributGraph
getAttribute, getCible, getColorType, getCommentaire, getDecision, getIdentificateur, getInfo, getLabel, getLibelle, getPoids, getQuestion, getType, getUrl, init, isThereIllustration, nbIllustration, setCible, setCommentaire, setDecision, setIdentificateur, setLibelle, setPoids, setQuestion, setType, setUrl, toString, update
 
Methods inherited from class ikbs.tools.trees.Attribut
getClicked, getPere, getSelected, setCible, setClicked, setLabel, setPere, setSelected
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributDesc

public AttributDesc(Noeud pere,
                    DescriptiveAttribute attDesc)
Constructeur Lorsque l'attribut existe déjà et qu'il faut construire la vue graphique

Method Detail

initNewPere

public void initNewPere(Noeud pere)
Overrides:
initNewPere in class Attribut

clone

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

Overrides:
clone in class Attribut