jdsl.core.algo.treetraversals
Class AdditionOperator

java.lang.Object
  |
  +--jdsl.core.algo.treetraversals.AdditionOperator

public class AdditionOperator
extends java.lang.Object
implements OperatorInfo


Constructor Summary
AdditionOperator()
           
 
Method Summary
 java.lang.Integer operation(java.lang.Integer x, java.lang.Integer y)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdditionOperator

public AdditionOperator()
Method Detail

operation

public java.lang.Integer operation(java.lang.Integer x,
                                   java.lang.Integer y)
Specified by:
operation in interface OperatorInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object