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 += .
|
Method Summary |
java.lang.Object |
addValue(java.lang.Object rhs,
boolean inPlace)
|
addValue
public java.lang.Object addValue(java.lang.Object rhs,
boolean inPlace)