cds.tools.parser
Class AdditionOp

java.lang.Object
  extended by cds.tools.parser.AbstractOperateur
      extended by cds.tools.parser.BinaryOperateur
          extended by cds.tools.parser.AdditionOp

public final class AdditionOp
extends BinaryOperateur

Opérateur 'addition'

Author:
Thomas Boch [CDS]

Constructor Summary
AdditionOp(AbstractOperateur op1, AbstractOperateur op2)
           
 
Method Summary
 double compute()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionOp

public AdditionOp(AbstractOperateur op1,
                  AbstractOperateur op2)
Method Detail

compute

public final double compute()
Specified by:
compute in class BinaryOperateur


Copyright © 2009 UDS/CNRS