Class 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.InlineTable
      getInlineTable​(E object)  
      static java.lang.String parseColumn​(javax.xml.namespace.QName xmlName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)