|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
ikbs.rco.RCOElement
ikbs.rco.value.Value
public abstract class Value
IKBS ikbs.rco.Value Value implémente la classe abstraite de toutes les valeurs
| Field Summary | |
|---|---|
static int |
CALCULEE
|
static int |
DEFAUT
|
static int |
DEFINIE
La valeur est définie, calculée, par défaut ou exceptionnelle (dans le cas ou le mode exceptionnel est autorisé) |
static int |
EXCEPTIONNELLE
|
static boolean |
exceptionValue
Les valeurs exceptionnelles sont-elles autorisées ? |
int |
typeValeur
Valeur définie, calculée ou par défaut ? |
static boolean |
verbosity
|
| Fields inherited from class ikbs.rco.RCOElement |
|---|
ANGLAIS, ENGLISH, FRANCAIS, FRENCH, illustration, LANGUE |
| Constructor Summary | |
|---|---|
Value(DescriptiveElement type)
|
|
| Method Summary | |
|---|---|
java.util.Vector |
aplatir()
Aplatir l'ensemble |
boolean |
appartient(Value qv)
Appartenance de |
abstract Set |
asSet()
Pour considérer this comme un Set |
int |
cardinal()
Cardinal de la valeur |
Value |
difference(Value qv)
Différence de this avec |
Value |
differenceSymetrique(Value qv)
Différence symétrique de this avec |
abstract boolean |
egal(Value av)
Teste si this est égal à |
abstract Value |
generalisation(Value v)
Généralisation de this avec |
int |
getTypeValeur()
Accès au type de la valeur |
boolean |
inclus(Value av)
this est inclus dans |
Value |
intersection(Value qv)
Intersection de this avec |
int |
nbFils()
Retourne le nombre de fils |
abstract boolean |
plusGeneral(Value av)
Méthode abstraite pour déterminer si |
java.lang.String |
saveValeur()
|
java.lang.String |
saveValeurBin()
|
void |
setType(DescriptiveElement ed)
|
void |
setTypeValeur(int tv)
Affectation du type de la valeur |
Value |
simple()
Simplification de this |
Value |
simplify()
Simplification this (par défaut retourne this) |
abstract java.lang.String |
toString()
Affichage en mode texte |
DescriptiveElement |
type()
|
Value |
union(Value qv)
Union de this avec |
| 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 |
| Field Detail |
|---|
public static boolean verbosity
public static final int DEFINIE
public static final int DEFAUT
public static final int CALCULEE
public static final int EXCEPTIONNELLE
public static boolean exceptionValue
public int typeValeur
| Constructor Detail |
|---|
public Value(DescriptiveElement type)
| Method Detail |
|---|
public DescriptiveElement type()
public void setType(DescriptiveElement ed)
public abstract java.lang.String toString()
IllustrationOwner
toString in interface IllustrationOwnertoString in class java.lang.Objectpublic java.lang.String saveValeur()
public java.lang.String saveValeurBin()
public abstract boolean egal(Value av)
- public abstract boolean plusGeneral(Value av)
est - plus générale que thispublic int nbFils()
public void setTypeValeur(int tv)
public int getTypeValeur()
public abstract Set asSet()
public int cardinal()
public Value simple()
public boolean appartient(Value qv)
avec - thispublic boolean inclus(Value av)
- public java.util.Vector aplatir()
public Value union(Value qv)
- public Value intersection(Value qv)
- public Value difference(Value qv)
non - commutativepublic Value differenceSymetrique(Value qv)
commutative - public abstract Value generalisation(Value v)
- public Value simplify()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||