org.omegahat.Environment.DataStructures
Interface Addable

All Superinterfaces:
MathOperable
All Known Subinterfaces:
MathOperations
All Known Implementing Classes:
numeric, GraphicalContainer, InterpretedUDouble

public interface Addable
extends MathOperable

Interface implemented by a class to allow it be interpreted by the evaluator as supporting addition operator overloading + and += .


Fields inherited from interface org.omegahat.Environment.DataStructures.MathOperable
DIVIDE, MINUS, MULTIPLY, PLUS
 
Method Summary
 java.lang.Object addValue(java.lang.Object rhs, boolean inPlace)
           
 

Method Detail

addValue

public java.lang.Object addValue(java.lang.Object rhs,
                                 boolean inPlace)