bob.constantes
Class TOpFonction

java.lang.Object
  extended by bob.constantes.TOperateur
      extended by bob.constantes.TOpBinaire
          extended by bob.constantes.TOpFonction

public class TOpFonction
extends TOpBinaire

La classe TOpFonction contient les informations sur les opérateurs de fonctions.

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

Field Summary
static TOpFonction ENS_BIJECT_PART
          Ensemble des fonctions bijectives partielles (>+>>)
static TOpFonction ENS_BIJECT_TOT
          Ensemble des fonctions bijectives totales (>->>)
static TOpFonction ENS_FONC_PART
          Ensemble des fonctions partielles (+->)
static TOpFonction ENS_FONC_TOT
          Ensemble des fonctions totales (-->)
static TOpFonction ENS_INJECT_PART
          Ensemble des fonctions injectives partielles (>+>)
static TOpFonction ENS_INJECT_TOT
          Ensemble des fonctions injectives totales (>->)
static TOpFonction ENS_SURJECT_PART
          Ensemble des fonctions surjectives partielles (+->>)
static TOpFonction ENS_SURJECT_TOT
          Ensemble des fonctions surjectives totales (-->>)
 
Constructor Summary
TOpFonction()
           
 
Method Summary
 void Afficher(java.io.Writer flux_sortie)
          Affiche un opérateur de fonction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENS_FONC_TOT

public static final TOpFonction ENS_FONC_TOT
Ensemble des fonctions totales (-->)


ENS_FONC_PART

public static final TOpFonction ENS_FONC_PART
Ensemble des fonctions partielles (+->)


ENS_INJECT_TOT

public static final TOpFonction ENS_INJECT_TOT
Ensemble des fonctions injectives totales (>->)


ENS_INJECT_PART

public static final TOpFonction ENS_INJECT_PART
Ensemble des fonctions injectives partielles (>+>)


ENS_SURJECT_TOT

public static final TOpFonction ENS_SURJECT_TOT
Ensemble des fonctions surjectives totales (-->>)


ENS_SURJECT_PART

public static final TOpFonction ENS_SURJECT_PART
Ensemble des fonctions surjectives partielles (+->>)


ENS_BIJECT_TOT

public static final TOpFonction ENS_BIJECT_TOT
Ensemble des fonctions bijectives totales (>->>)


ENS_BIJECT_PART

public static final TOpFonction ENS_BIJECT_PART
Ensemble des fonctions bijectives partielles (>+>>)

Constructor Detail

TOpFonction

public TOpFonction()
Method Detail

Afficher

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

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


Copyright OB.