Class ArrayInfo


  • public class ArrayInfo
    extends Object
    • Constructor Detail

      • ArrayInfo

        public ArrayInfo​(String name)
    • Method Detail

      • getIndex

        public int getIndex​(org.dmg.pmml.DataField dataField)
      • getDataType

        public org.dmg.pmml.DataType getDataType()
      • getOpType

        public org.dmg.pmml.OpType getOpType()
      • getElement

        public org.dmg.pmml.DataField getElement​(int index)
      • setElement

        public void setElement​(int index,
                               org.dmg.pmml.DataField dataField)
      • getName

        public String getName()
      • getDataFields

        public com.google.common.collect.BiMap<Integer,​org.dmg.pmml.DataField> getDataFields()