Interface MathMLSetElement

All Superinterfaces:
Element, MathMLContainer, MathMLContentContainer, MathMLContentElement, MathMLElement, Node

public interface MathMLSetElement extends MathMLContentContainer
The set element is the container element that represents a set of elements. The elements of a set can be defined either by explicitly listing the elements, or by using the bvar and condition elements.
  • Method Details

    • 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

      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(String type)
      setter for the type attribute.
      Parameters:
      type - new value for type.
      See Also: