bob.constantes
Class TOpUnaire

java.lang.Object
  extended by bob.constantes.TOperateur
      extended by bob.constantes.TOpUnaire

public class TOpUnaire
extends TOperateur

La classe TOpUnaire contient les informations sur les opérateurs unaires. Contient le moins arithmétique et l'inverse d'une relation.

Version:
1.0 du 13/06/2001
Author:
Frédéric Chatel
See Also:
TOperateur, TExprOpUnaire

Field Summary
static TOpUnaire INVERSE
          Opérateur unaire "inverse" (~)
static TOpUnaire MOINS
          Opérateur unaire "opposé" (-)
 
Constructor Summary
TOpUnaire()
           
 
Method Summary
 void Afficher(java.io.Writer flux_sortie)
          Affiche un opérateur unaire.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOINS

public static final TOpUnaire MOINS
Opérateur unaire "opposé" (-)


INVERSE

public static final TOpUnaire INVERSE
Opérateur unaire "inverse" (~)

Constructor Detail

TOpUnaire

public TOpUnaire()
Method Detail

Afficher

public void Afficher(java.io.Writer flux_sortie)
              throws java.io.IOException,
                     java.io.FileNotFoundException
Affiche un opérateur unaire.

Overrides:
Afficher in class TOperateur
Parameters:
flux_sortie - Flux de sortie: fichier de type FileWriter ou terminal(new PrintWriter(System.out)).
Throws:
java.io.IOException
java.io.FileNotFoundException


Copyright OB.