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