Interface ValidityAware

  • All Known Subinterfaces:
    QuantifiedValue<S>
    All Known Implementing Classes:
    ImmutableQuantifiedValue

    public interface ValidityAware
    Marks an instance that has a flag, if the content of the object is valid or not. The meaning of 'validity' depends on the context. In the context of tensorics, the validity flag is usually used for flagging values of tensors.
    • Method Detail

      • validity

        java.lang.Boolean validity()
        Retrieves the validity flag of the object.
        Returns:
        true if the content is valid, false if it is not.