Interface MathMLSetElement

    • Method Detail

      • getIsExplicit

        boolean getIsExplicit()
        This is true if the set is specified by giving the list of its elements explicitly.
        Returns:
        value of the isExplicit attribute.
      • getType

        java.lang.String getType()
        The type attribute of the represented element. Predefined values are normal and multiset. See and .
        Returns:
        value of the type attribute.
      • setType

        void setType​(java.lang.String type)
        setter for the type attribute.
        Parameters:
        type - new value for type.
        See Also:
        getType()