| Interface | Description |
|---|---|
| DecayDataStructure<T> | |
| DecayFunction |
| Class | Description |
|---|---|
| AbstractBackwardDecayDataStructureImpl<T,P extends DSParameterDefinition> | |
| AbstractForwardDecayDataStructureImpl<T,P extends DSParameterDefinition> | |
| AbstractPointerBasedForwardDecayDataStructure<T,PO,PA extends DSParameterDefinition> | |
| BackwardExponentialDecayDataStructureImpl<T> | |
| BackwardExponentialDecayFunctionImpl |
Exponential decay model of the form: A = A0 * e^{k * t} where A0 is the basis
value, k is the rate of decay and t is the current time.
|
| ForwardExponentialDecayDataStructureImpl<T> | |
| ForwardExponentialDecayFunction |
forward exponential decay function.
|
| ItemDecayValuePair<T> | |
| PointerBasedForwardExponentialDecayDataStructureImpl<T,PO> |
| Enum | Description |
|---|---|
| BackwardExponentialDecayParameterDefinition | |
| DecayFunction.Type | |
| ForwardExponentialDecayParameterDefinition |