Package org.dmg.pmml
Class ComplexArray
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Array
-
- org.dmg.pmml.ComplexArray
-
- All Implemented Interfaces:
java.io.Serializable,HasLocator,Visitable
public class ComplexArray extends Array
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComplexArray.ListValuestatic classComplexArray.SetValue-
Nested classes/interfaces inherited from class org.dmg.pmml.Array
Array.Type
-
-
Constructor Summary
Constructors Constructor Description ComplexArray()ComplexArray(Array.Type type, java.util.Collection<?> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<?>getValue()static <V extends java.util.Collection<?> & ComplexValue>
VrequireComplexValue(java.lang.Object value)ComplexArraysetN(java.lang.Integer n)ComplexArraysetType(Array.Type type)ComplexArraysetValue(java.lang.Object value)ComplexArraysetValue(java.util.List<?> values)ComplexArraysetValue(java.util.Set<?> values)-
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
-
-
-
-
Constructor Detail
-
ComplexArray
public ComplexArray()
-
ComplexArray
public ComplexArray(Array.Type type, java.util.Collection<?> value)
-
-
Method Detail
-
setN
public ComplexArray setN(java.lang.Integer n)
-
setType
public ComplexArray setType(Array.Type type)
-
setValue
public ComplexArray setValue(java.util.List<?> values)
-
setValue
public ComplexArray setValue(java.util.Set<?> values)
-
setValue
public ComplexArray setValue(java.lang.Object value)
-
requireComplexValue
public static <V extends java.util.Collection<?> & ComplexValue> V requireComplexValue(java.lang.Object value)
-
-