ikbs.rco.value
Class TextValue

java.lang.Object
  extended by java.util.Observable
      extended by ikbs.rco.RCOElement
          extended by ikbs.rco.value.Value
              extended by ikbs.rco.value.AttributeValue
                  extended by ikbs.rco.value.TextValue
All Implemented Interfaces:
IllustrationOwner, Copyable, java.io.Serializable

public class TextValue
extends AttributeValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ikbs.rco.value.Value
CALCULEE, DEFAUT, DEFINIE, EXCEPTIONNELLE, exceptionValue, typeValeur, verbosity
 
Fields inherited from class ikbs.rco.RCOElement
ANGLAIS, ENGLISH, FRANCAIS, FRENCH, illustration, LANGUE
 
Constructor Summary
TextValue(TextAttribute texte, java.lang.String valeur)
           
 
Method Summary
 Set asSet()
          Pour considérer this comme un Set
 boolean egal(Value av)
          Teste si this est égal à
 Value generalisation(Value v)
          Generalisation de this avec
 Value intersection(Value v)
          Intersection de this avec
 boolean plusGeneral(Value v)
          Retourne vrai si
 java.lang.String saveValeur()
           
 void setValeur(java.lang.String s)
           
 java.lang.String toString()
          Affichage en mode texte
 Value union(Value v)
          Union de this avec
 java.lang.String valeur()
           
 
Methods inherited from class ikbs.rco.value.Value
aplatir, appartient, cardinal, difference, differenceSymetrique, getTypeValeur, inclus, nbFils, saveValeurBin, setType, setTypeValeur, simple, simplify, type
 
Methods inherited from class ikbs.rco.RCOElement
addIllustration, copyProperties, getIllustration, getIllustration, isThereIllustration, loadIllustrations, nbIllustration, removeIllustration, removeIllustration, saveIllustrations, setIllustration
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextValue

public TextValue(TextAttribute texte,
                 java.lang.String valeur)
Method Detail

toString

public java.lang.String toString()
Description copied from interface: IllustrationOwner
Affichage en mode texte

Specified by:
toString in interface IllustrationOwner
Specified by:
toString in class Value

asSet

public Set asSet()
Description copied from class: Value
Pour considérer this comme un Set

Specified by:
asSet in class Value

setValeur

public void setValeur(java.lang.String s)

valeur

public java.lang.String valeur()

egal

public boolean egal(Value av)
Description copied from class: Value
Teste si this est égal à

Specified by:
egal in class Value

generalisation

public Value generalisation(Value v)
Generalisation de this avec

Specified by:
generalisation in class Value
Parameters:
-

plusGeneral

public boolean plusGeneral(Value v)
Retourne vrai si

Specified by:
plusGeneral in class Value
Parameters:
est - une sous-chaine de this

union

public Value union(Value v)
Description copied from class: Value
Union de this avec

Overrides:
union in class Value

intersection

public Value intersection(Value v)
Description copied from class: Value
Intersection de this avec

Overrides:
intersection in class Value

saveValeur

public java.lang.String saveValeur()
Overrides:
saveValeur in class Value