- Type Parameters:
V
- the type of the scalar values on which all operations are based on (elements of a field)
- All Implemented Interfaces:
- java.io.Serializable, BinaryFunction<QuantifiedValue<V>,QuantifiedValue<V>>, BinaryOperation<QuantifiedValue<V>>
- Direct Known Subclasses:
- QuantityDivision, QuantityMultiplication, QuantitySumOrDifferenceOperation
public abstract class QuantityBinaryOperation<V>
extends AbstractQuantityOperation<V>
implements BinaryOperation<QuantifiedValue<V>>, java.io.Serializable
A base class for binary operations on physical quantities. It keeps the scalar bianary operation to be retrieved by
the sub classes.
- See Also:
- Serialized Form