modelisationreims.calculateur
Class Soustraction

java.lang.Object
  extended by modelisationreims.calculateur.Soustraction
All Implemented Interfaces:
Operation

public class Soustraction
extends java.lang.Object
implements Operation

Implementation de l'operateur de soustraction


Constructor Summary
Soustraction()
           
 
Method Summary
 int execute(int a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Soustraction

public Soustraction()
Method Detail

execute

public int execute(int a,
                   int b)
Specified by:
execute in interface Operation