Class SimpleTypeInfo

  • All Implemented Interfaces:
    TypeInfo

    public class SimpleTypeInfo
    extends java.lang.Object
    implements TypeInfo
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleTypeInfo​(org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType)  
      SimpleTypeInfo​(org.dmg.pmml.OpType opType, org.dmg.pmml.DataType dataType, java.util.List<?> ordering)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.DataType getDataType()  
      org.dmg.pmml.OpType getOpType()  
      java.util.List<?> getOrdering()  
      • Methods inherited from class java.lang.Object

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

      • SimpleTypeInfo

        public SimpleTypeInfo​(org.dmg.pmml.OpType opType,
                              org.dmg.pmml.DataType dataType)
      • SimpleTypeInfo

        public SimpleTypeInfo​(org.dmg.pmml.OpType opType,
                              org.dmg.pmml.DataType dataType,
                              java.util.List<?> ordering)
    • Method Detail

      • getOpType

        public org.dmg.pmml.OpType getOpType()
        Specified by:
        getOpType in interface TypeInfo
      • getDataType

        public org.dmg.pmml.DataType getDataType()
        Specified by:
        getDataType in interface TypeInfo
      • getOrdering

        public java.util.List<?> getOrdering()
        Specified by:
        getOrdering in interface TypeInfo