Class ValueImpl

All Implemented Interfaces:
Comparable<Handled>, Dependency, Dependent, Handled, Value

public class ValueImpl extends DependencyDependent implements Value
A mutable numeric value identified by a Handle and backed with a Numeral that supports dynamic Modifiers. Each value contains a base Numeral that can be changed with set(Numeral) and apply(Operation, MathContext, Numeral...) and other apply(...) methods. Each value also contains a value Numeral, which represents the base Numeral with all the Modifiers applied to it. This value is lazily calculated when getValue() is called, but only when the base Numeral or any of the Modifiers have changed. These changes are tracked with Dependencies and Dependents.