ikbs.rco.element
Interface DescAttributeInterface

All Superinterfaces:
DescElementInterface
All Known Implementing Classes:
AttributDesc, AttributGraph, AttributValeur, DescAttributeListener, DescriptiveAttribute, NumericAttribute, SymbolicAttribute, TaxonomicAttribute, TextAttribute

public interface DescAttributeInterface
extends DescElementInterface

Définition de l'interface des objets qui contiennent un élément de la hiérarchie DescriptiveAttribute

Author:
David Grosser

Method Summary
 DescriptiveAttribute getAttribute()
          Accès au type avec casting
 boolean getCible()
          Retourne true si this est la cible
 void setCible()
          Affectation de la cible
 
Methods inherited from interface ikbs.rco.element.DescElementInterface
getCommentaire, getDecision, getIdentificateur, getInfo, getLibelle, getPoids, getQuestion, getType, getUrl, setCommentaire, setDecision, setIdentificateur, setLibelle, setPoids, setQuestion, setType, setUrl
 

Method Detail

getAttribute

DescriptiveAttribute getAttribute()
Accès au type avec casting


getCible

boolean getCible()
Retourne true si this est la cible


setCible

void setCible()
Affectation de la cible