Package org.jpmml.evaluator
Class InlineTableUtil
- java.lang.Object
-
- org.jpmml.evaluator.InlineTableUtil
-
public class InlineTableUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.collect.Table<Integer,String,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 StringparseColumn(QName xmlName)
-