Package org.jpmml.evaluator
Class InlineTableUtil
- java.lang.Object
-
- org.jpmml.evaluator.InlineTableUtil
-
public class InlineTableUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.Table<java.lang.Integer,java.lang.String,java.lang.Object>getContent(org.dmg.pmml.InlineTable inlineTable)static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasTable<E>>
org.dmg.pmml.InlineTablegetInlineTable(E object)static java.lang.StringparseColumn(javax.xml.namespace.QName xmlName)
-
-
-
Method Detail
-
getInlineTable
public static <E extends org.dmg.pmml.PMMLObject & org.dmg.pmml.HasTable<E>> org.dmg.pmml.InlineTable getInlineTable(E object)
-
getContent
public static com.google.common.collect.Table<java.lang.Integer,java.lang.String,java.lang.Object> getContent(org.dmg.pmml.InlineTable inlineTable)
-
parseColumn
public static java.lang.String parseColumn(javax.xml.namespace.QName xmlName)
-
-