Class RichDataField

  • All Implemented Interfaces:
    java.io.Serializable, org.dmg.pmml.Decorable, org.dmg.pmml.HasContinuousDomain<org.dmg.pmml.DataField>, org.dmg.pmml.HasDataType<org.dmg.pmml.DataField>, org.dmg.pmml.HasDiscreteDomain<org.dmg.pmml.DataField>, org.dmg.pmml.HasDisplayName<org.dmg.pmml.DataField>, org.dmg.pmml.HasExtensions<org.dmg.pmml.DataField>, org.dmg.pmml.HasLocator, org.dmg.pmml.HasName<org.dmg.pmml.DataField>, org.dmg.pmml.HasOpType<org.dmg.pmml.DataField>, org.dmg.pmml.HasRequiredDataType<org.dmg.pmml.DataField>, org.dmg.pmml.HasRequiredName<org.dmg.pmml.DataField>, org.dmg.pmml.HasRequiredOpType<org.dmg.pmml.DataField>, org.dmg.pmml.HasRequiredType<org.dmg.pmml.DataField>, org.dmg.pmml.HasType<org.dmg.pmml.DataField>, org.dmg.pmml.Indexable<java.lang.String>, org.dmg.pmml.Visitable, MapHolder<java.lang.Integer>, ValueStatusHolder

    public class RichDataField
    extends org.dmg.pmml.DataField
    implements ValueStatusHolder
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.dmg.pmml.DataField

        org.dmg.pmml.DataField.Cyclic
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<?,​java.lang.Integer> getMap()  
      boolean hasValidValues()
      Indicates if the mapping contains at least one valid value.
      • Methods inherited from class org.dmg.pmml.DataField

        accept, addExtensions, addIntervals, addValues, getCyclic, getDataType, getDisplayName, getExtensions, getIntervals, getName, getOpType, getTaxonomy, getValues, hasExtensions, hasIntervals, hasValues, requireDataType, requireName, requireOpType, setCyclic, setDataType, setDisplayName, setName, setOpType, setTaxonomy
      • Methods inherited from class org.dmg.pmml.PMMLObject

        getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.dmg.pmml.HasDataType

        getDataType
      • Methods inherited from interface org.dmg.pmml.HasDiscreteDomain

        addValues
      • Methods inherited from interface org.dmg.pmml.HasOpType

        getOpType
      • Methods inherited from interface org.dmg.pmml.HasRequiredName

        getKey
    • Constructor Detail

      • RichDataField

        public RichDataField()
      • RichDataField

        public RichDataField​(org.dmg.pmml.DataField dataField)
    • Method Detail

      • getMap

        public java.util.Map<?,​java.lang.Integer> getMap()
        Specified by:
        getMap in interface MapHolder<java.lang.Integer>