ikbs.rco.value
Class ObjectValue

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
All Implemented Interfaces:
IllustrationOwner, Copyable, java.io.Serializable
Direct Known Subclasses:
Absent, Present, UnknownObject, ValSchema

public abstract class ObjectValue
extends Value

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
ObjectValue(DescriptiveObject objet)
           
 
Method Summary
 Set asSet()
          Pour considérer this comme un Set
 boolean inclus(Value av)
          this est inclus dans
 Value union(Value v)
          Union de this avec
abstract  int valeur()
           
 
Methods inherited from class ikbs.rco.value.Value
aplatir, appartient, cardinal, difference, differenceSymetrique, egal, generalisation, getTypeValeur, intersection, nbFils, plusGeneral, saveValeur, saveValeurBin, setType, setTypeValeur, simple, simplify, toString, 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

ObjectValue

public ObjectValue(DescriptiveObject objet)
Method Detail

valeur

public abstract int valeur()

asSet

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

Specified by:
asSet in class Value

union

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

Overrides:
union in class Value

inclus

public boolean inclus(Value av)
Description copied from class: Value
this est inclus dans

Overrides:
inclus in class Value