ikbs.rco.value
Class Absent

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

public class Absent
extends ObjectValue

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
Absent(DescriptiveObject type)
           
 
Method Summary
 boolean egal(Value v)
          Teste si this est égal à
 Value generalisation(Value v)
          Permet de généraliser deux valeurs
 Value intersection(Value av)
          Intersection de this avec
 boolean plusGeneral(Value av)
          Méthode abstraite pour déterminer si
 java.lang.String saveValeurBin()
           
 java.lang.String toString()
          Affichage en mode texte
 Value union(Value v)
          Union de this avec
 int valeur()
           
 
Methods inherited from class ikbs.rco.value.ObjectValue
asSet, inclus
 
Methods inherited from class ikbs.rco.value.Value
aplatir, appartient, cardinal, difference, differenceSymetrique, getTypeValeur, nbFils, saveValeur, 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

Absent

public Absent(DescriptiveObject type)
Method Detail

valeur

public int valeur()
Specified by:
valeur in class ObjectValue

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

egal

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

Specified by:
egal in class Value

generalisation

public Value generalisation(Value v)
Permet de généraliser deux valeurs

Specified by:
generalisation in class Value

plusGeneral

public boolean plusGeneral(Value av)
Description copied from class: Value
Méthode abstraite pour déterminer si

Specified by:
plusGeneral in class Value

union

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

Overrides:
union in class ObjectValue

intersection

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

Overrides:
intersection in class Value

saveValeurBin

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