|
||||||||||
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.TOpFonction
public class TOpFonction
La classe TOpFonction contient les informations sur les opérateurs de fonctions.
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 |
---|
public static final TOpFonction ENS_FONC_TOT
public static final TOpFonction ENS_FONC_PART
public static final TOpFonction ENS_INJECT_TOT
public static final TOpFonction ENS_INJECT_PART
public static final TOpFonction ENS_SURJECT_TOT
public static final TOpFonction ENS_SURJECT_PART
public static final TOpFonction ENS_BIJECT_TOT
public static final TOpFonction ENS_BIJECT_PART
Constructor Detail |
---|
public TOpFonction()
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 Writer 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 |