Class AbstractDeltaFunction<FunctionReturnType>

  • Direct Known Subclasses:
    EntityDeltaFunction, SectionDeltaFunction, UpdatableDeltaFunction

    public abstract class AbstractDeltaFunction<FunctionReturnType>
    extends Object
    Delta Functions are used to calculate updates for Updatables during simulation. Every delta function consists of a condition and a function with a concentration container as input and varying return type. The condition is evaluated before each function is applied and only if the result is true the function is evaluated. The function then calculates the return value (mostly some ConcentrationDelta) as specified.
    Author:
    cl