org.omegahat.Environment.DataStructures
Interface MathOperations

All Superinterfaces:
Addable, Divisable, MathOperable, Multiplicable, Subtractable
All Known Implementing Classes:
vector

public interface MathOperations
extends Addable, Subtractable, Multiplicable, Divisable

Aggregate of all the different interfaces used for operator overloading and math operations - Addable, Subtractable, etc. allowing a class to implement this and hence all the interfaces.


Fields inherited from interface org.omegahat.Environment.DataStructures.MathOperable
DIVIDE, MINUS, MULTIPLY, PLUS
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Addable
addValue
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Subtractable
subtractValue
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Multiplicable
multiplyValue
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Divisable
divideValue