Class ArrayInfo


  • public class ArrayInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayInfo​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.collect.BiMap<java.lang.Integer,​org.dmg.pmml.DataField> getDataFields()  
      org.dmg.pmml.DataType getDataType()  
      org.dmg.pmml.DataField getElement​(int index)  
      int getIndex​(org.dmg.pmml.DataField dataField)  
      java.util.List<java.lang.Integer> getIndices()  
      java.lang.String getName()  
      org.dmg.pmml.OpType getOpType()  
      void setElement​(int index, org.dmg.pmml.DataField dataField)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayInfo

        public ArrayInfo​(java.lang.String name)
    • Method Detail

      • getIndex

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

        public java.util.List<java.lang.Integer> getIndices()
      • 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 java.lang.String getName()
      • getDataFields

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