ikbs.illustration.base
Interface IllustrationOwner

All Known Implementing Classes:
Absent, AndValue, AttributeValue, DescriptiveAttribute, DescriptiveComponent, DescriptiveElement, DescriptiveObject, DomainValue, ExceptionValue, IllustrationListener, IntervalValue, MultipleValue, NumericAttribute, NumericValue, ObjectValue, OrValue, Present, QualitativeValue, QuantitativeValue, RCOElement, Schema, SetFreqQualitative, SetFreqValue, SetQualitative, SetValue, SymbolicAttribute, SymbolicExceptionValue, SymbolicValue, TaxonomicAttribute, TaxonomicValue, TextAttribute, TextValue, UnknownObject, UnknownValue, ValSchema, Value

public interface IllustrationOwner

interface des Possesseurs d'illustrations


Method Summary
 void addIllustration(Illustration uneIllu)
          Ajouter une illustration
 java.util.Vector getIllustration()
          Méthodes d'accès au Vecteur illustration
 Illustration getIllustration(int i)
          Récupérer l'illustration à l'indice i
 boolean isThereIllustration()
          Retourne true s'il y a des illustrations
 int nbIllustration()
          Retourne le nombre d'illustrations
 void removeIllustration()
          Effacer le vecteur d'illustration
 void removeIllustration(int i)
          Effacer l'illustration d'indice i
 void setIllustration(java.util.Vector illu)
          Affecter le vecteur d'illustration
 java.lang.String toString()
          Affichage en mode texte
 

Method Detail

getIllustration

java.util.Vector getIllustration()
Méthodes d'accès au Vecteur illustration


getIllustration

Illustration getIllustration(int i)
Récupérer l'illustration à l'indice i


setIllustration

void setIllustration(java.util.Vector illu)
Affecter le vecteur d'illustration


addIllustration

void addIllustration(Illustration uneIllu)
Ajouter une illustration


isThereIllustration

boolean isThereIllustration()
Retourne true s'il y a des illustrations


nbIllustration

int nbIllustration()
Retourne le nombre d'illustrations


removeIllustration

void removeIllustration()
Effacer le vecteur d'illustration


removeIllustration

void removeIllustration(int i)
Effacer l'illustration d'indice i


toString

java.lang.String toString()
Affichage en mode texte

Overrides:
toString in class java.lang.Object