Package org.dmg.pmml.time_series
Class TransferFunctionValues
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.time_series.TransferFunctionValues
-
- All Implemented Interfaces:
java.io.Serializable,HasArray<TransferFunctionValues>,HasLocator,HasRequiredArray<TransferFunctionValues>,Visitable
public class TransferFunctionValues extends PMMLObject implements HasRequiredArray<TransferFunctionValues>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransferFunctionValues()TransferFunctionValues(Array array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)ArraygetArray()ArrayrequireArray()TransferFunctionValuessetArray(Array array)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
TransferFunctionValues
public TransferFunctionValues()
-
TransferFunctionValues
public TransferFunctionValues(Array array)
-
-
Method Detail
-
requireArray
public Array requireArray()
- Specified by:
requireArrayin interfaceHasRequiredArray<TransferFunctionValues>
-
getArray
public Array getArray()
- Specified by:
getArrayin interfaceHasArray<TransferFunctionValues>
-
setArray
public TransferFunctionValues setArray(Array array)
- Specified by:
setArrayin interfaceHasArray<TransferFunctionValues>
-
accept
public VisitorAction accept(Visitor visitor)
-
-