Class RichComplexArray

  • All Implemented Interfaces:
    java.io.Serializable, org.dmg.pmml.HasLocator, org.dmg.pmml.Visitable, SetHolder

    public class RichComplexArray
    extends org.dmg.pmml.ComplexArray
    implements SetHolder
    See Also:
    Serialized Form
    • Nested Class Summary

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

        org.dmg.pmml.ComplexArray.ListValue, org.dmg.pmml.ComplexArray.SetValue
      • Nested classes/interfaces inherited from class org.dmg.pmml.Array

        org.dmg.pmml.Array.Type
    • Constructor Summary

      Constructors 
      Constructor Description
      RichComplexArray​(org.dmg.pmml.DataType dataType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.DataType getDataType()  
      java.util.Set<?> getSet()  
      RichComplexArray setValue​(java.lang.Object value)  
      RichComplexArray setValue​(java.util.List<?> values)  
      RichComplexArray setValue​(java.util.Set<?> values)  
      • Methods inherited from class org.dmg.pmml.ComplexArray

        getValue, requireComplexValue, setN, setType
      • Methods inherited from class org.dmg.pmml.Array

        accept, getN, getType, requireType
      • 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
    • Constructor Detail

      • RichComplexArray

        public RichComplexArray​(org.dmg.pmml.DataType dataType)
    • Method Detail

      • getSet

        public java.util.Set<?> getSet()
        Specified by:
        getSet in interface SetHolder
      • setValue

        public RichComplexArray setValue​(java.util.List<?> values)
        Overrides:
        setValue in class org.dmg.pmml.ComplexArray
      • setValue

        public RichComplexArray setValue​(java.util.Set<?> values)
        Overrides:
        setValue in class org.dmg.pmml.ComplexArray
      • setValue

        public RichComplexArray setValue​(java.lang.Object value)
        Overrides:
        setValue in class org.dmg.pmml.ComplexArray
      • getDataType

        public org.dmg.pmml.DataType getDataType()
        Specified by:
        getDataType in interface SetHolder