Package org.jpmml.translator
Class ArrayInfo
- java.lang.Object
-
- org.jpmml.translator.ArrayInfo
-
public class ArrayInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.BiMap<Integer,org.dmg.pmml.DataField>getDataFields()org.dmg.pmml.DataTypegetDataType()org.dmg.pmml.DataFieldgetElement(int index)intgetIndex(org.dmg.pmml.DataField dataField)List<Integer>getIndices()StringgetName()org.dmg.pmml.OpTypegetOpType()voidsetElement(int index, org.dmg.pmml.DataField dataField)
-
-
-
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()
-
-