|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.constantes.TOperateur
bob.constantes.TOpBinaire
bob.constantes.TOpLogique
public class TOpLogique
La classe TOpLogique contient les informations sur les opérateurs logiques ayant des prédicats comme membres.
TOpBinaire
,
TPredLogique
Field Summary | |
---|---|
static TOpLogique |
EQUIVALENT
Opérateur logique "équivalent à" (<=>) |
static TOpLogique |
ET
Opérateur logique "et" (&) |
static TOpLogique |
IMPLIQUE
Opérateur logique "implique" (=>) |
static TOpLogique |
NON
Opérateur logique "non" (not) |
static TOpLogique |
OU
Opérateur logique "ou" (or) |
Constructor Summary | |
---|---|
TOpLogique()
|
Method Summary | |
---|---|
void |
Afficher(java.io.Writer flux_sortie)
Affiche un opérateur logique. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TOpLogique ET
public static final TOpLogique OU
public static final TOpLogique NON
public static final TOpLogique IMPLIQUE
public static final TOpLogique EQUIVALENT
Constructor Detail |
---|
public TOpLogique()
Method Detail |
---|
public void Afficher(java.io.Writer flux_sortie) throws java.io.IOException, java.io.FileNotFoundException
Afficher
in class TOperateur
flux_sortie
- Flux de sortie: fichier de type FileWriter ou terminal(new PrintWriter(System.out)).
java.io.IOException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |