Package org.dmg.pmml.time_series
Class TimeException
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.time_series.TimeException
-
- All Implemented Interfaces:
java.io.Serializable,HasArray<TimeException>,HasLocator,HasRequiredArray<TimeException>,Visitable
public class TimeException extends PMMLObject implements HasRequiredArray<TimeException>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimeException.Type
-
Constructor Summary
Constructors Constructor Description TimeException()TimeException(Array array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)ArraygetArray()java.lang.IntegergetCount()TimeException.TypegetType()ArrayrequireArray()TimeExceptionsetArray(Array array)TimeExceptionsetCount(java.lang.Integer count)TimeExceptionsetType(TimeException.Type type)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Constructor Detail
-
TimeException
public TimeException()
-
TimeException
public TimeException(Array array)
-
-
Method Detail
-
getType
public TimeException.Type getType()
-
setType
public TimeException setType(TimeException.Type type)
-
getCount
public java.lang.Integer getCount()
-
setCount
public TimeException setCount(java.lang.Integer count)
-
requireArray
public Array requireArray()
- Specified by:
requireArrayin interfaceHasRequiredArray<TimeException>
-
getArray
public Array getArray()
- Specified by:
getArrayin interfaceHasArray<TimeException>
-
setArray
public TimeException setArray(Array array)
- Specified by:
setArrayin interfaceHasArray<TimeException>
-
accept
public VisitorAction accept(Visitor visitor)
-
-