Interface QuantifiedValue<S>

  • Type Parameters:
    S - the type of the scalars (field elements) on which the quantity shall be based on
    All Superinterfaces:
    ErronousValue<S>, Quantified, java.io.Serializable, ValidityAware
    All Known Implementing Classes:
    ImmutableQuantifiedValue

    public interface QuantifiedValue<S>
    extends Quantified, ValidityAware, ErronousValue<S>, java.io.Serializable
    A scalar-type value representing a physical quantity. It contains:
    • the value itself
    • the error of the value (optional)
    • a validity flag
    • the base of the quantity