|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.tools.parser.AbstractOperateur
public abstract class AbstractOperateur
Classe abstraite ŕ la base de tout le calcul Chaque opérateur va posséder une méthode 'compute' qui appellera si nécessaire les méthodes compute des opérateurs membres (pattern 'composite')
pour un exemple
Constructor Summary | |
---|---|
AbstractOperateur()
|
Method Summary | |
---|---|
abstract double |
compute()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOperateur()
Method Detail |
---|
public abstract double compute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |