ikbs.rco.value
Class AttributeValue

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
All Implemented Interfaces:
IllustrationOwner, Copyable, java.io.Serializable
Direct Known Subclasses:
MultipleValue, QualitativeValue, QuantitativeValue, SetFreqValue, TextValue, UnknownValue

public abstract class AttributeValue
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
AttributeValue(DescriptiveAttribute type)
           
 
Method Summary
 
Methods inherited from class ikbs.rco.value.Value
aplatir, appartient, asSet, cardinal, difference, differenceSymetrique, egal, generalisation, getTypeValeur, inclus, intersection, nbFils, plusGeneral, saveValeur, saveValeurBin, setType, setTypeValeur, simple, simplify, toString, type, union
 
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

AttributeValue

public AttributeValue(DescriptiveAttribute type)