Interface HasTypeConstraints

    • Method Detail

      • typeConstraints

        java.util.Set<Inequality> typeConstraints()
        Return the type constraints of this object. The constraints are a list of inequalities.
        Returns:
        a list of instances of Inequality.
        See Also:
        Inequality