ikbs.rco.value
Class UnknownObject

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.UnknownObject
All Implemented Interfaces:
IllustrationOwner, Copyable, java.io.Serializable

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

UnknownObject

public UnknownObject(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 av)
Description copied from class: Value
Teste si this est égal à

Specified by:
egal in class Value

generalisation

public Value generalisation(Value v)
Description copied from class: Value
Généralisation de this avec

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