ikbs.graphics.cases
Class AttributValeur
java.lang.Object
ikbs.tools.trees.Attribut
ikbs.graphics.AttributGraph
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
| 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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttributValeur
public AttributValeur(Noeud pere,
DescriptiveAttribute attDesc,
AttributeValue valeur)
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