Package org.dmg.pmml.time_series
Class InterceptVector
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.time_series.InterceptVector
-
- All Implemented Interfaces:
java.io.Serializable,HasArray<InterceptVector>,HasExtensions<InterceptVector>,HasLocator,HasRequiredArray<InterceptVector>,Visitable
public class InterceptVector extends PMMLObject implements HasExtensions<InterceptVector>, HasRequiredArray<InterceptVector>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInterceptVector.Type
-
Constructor Summary
Constructors Constructor Description InterceptVector()InterceptVector(Array array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)InterceptVectoraddExtensions(Extension... extensions)ArraygetArray()java.util.List<Extension>getExtensions()InterceptVector.TypegetType()booleanhasExtensions()ArrayrequireArray()InterceptVectorsetArray(Array array)InterceptVectorsetType(InterceptVector.Type type)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
InterceptVector
public InterceptVector()
-
InterceptVector
public InterceptVector(Array array)
-
-
Method Detail
-
getType
public InterceptVector.Type getType()
-
setType
public InterceptVector setType(InterceptVector.Type type)
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<InterceptVector>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<InterceptVector>
-
addExtensions
public InterceptVector addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<InterceptVector>
-
requireArray
public Array requireArray()
- Specified by:
requireArrayin interfaceHasRequiredArray<InterceptVector>
-
getArray
public Array getArray()
- Specified by:
getArrayin interfaceHasArray<InterceptVector>
-
setArray
public InterceptVector setArray(Array array)
- Specified by:
setArrayin interfaceHasArray<InterceptVector>
-
accept
public VisitorAction accept(Visitor visitor)
-
-