Class ListBuilder

  • All Implemented Interfaces:
    MathMLFragmentBuilder

    public class ListBuilder
    extends java.lang.Object
    implements MathMLFragmentBuilder
    Handler for the List operator. If the list represents a rectangular array then a <matrix> element is created if it is a one dimensional array then a <vector> otherwise a <list> is created.
    Author:
    Richard Morris
    • Constructor Detail

      • ListBuilder

        public ListBuilder​(Jep j)
    • Method Detail

      • isMatrix

        protected boolean isMatrix​(Node n)
      • isVector

        protected boolean isVector​(Node n)
      • isUseMatrixVector

        public boolean isUseMatrixVector()
      • setUseMatrixVector

        public void setUseMatrixVector​(boolean useMatrixVector)