Interface QuantityEnvironment<S>

  • Type Parameters:
    S - the type of the scalar values (elements of the fields on which all the operations are based).
    All Superinterfaces:
    Environment<S>
    All Known Implementing Classes:
    EnvironmentImpl

    public interface QuantityEnvironment<S>
    extends Environment<S>
    A refinement for an environment, used by operations involving quantities. This interface provides some convenience methods, which allow to retrieve certain strategies, without the need of casting.