Uses of Class
org.dmg.pmml.time_series.TimeException
-
Packages that use TimeException Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TimeException in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TimeException Modifier and Type Method Description VisitorActionVisitor. visit(TimeException timeException) -
Uses of TimeException in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeException Modifier and Type Method Description TimeExceptionObjectFactory. createTimeException()Create an instance ofTimeExceptionTimeExceptionTimeException. setArray(Array array)TimeExceptionTimeException. setCount(java.lang.Integer count)TimeExceptionTimeException. setType(TimeException.Type type)Methods in org.dmg.pmml.time_series that return types with arguments of type TimeException Modifier and Type Method Description java.util.List<TimeException>TimeAnchor. getTimeExceptions()java.util.List<TimeException>TimeSeries. getTimeExceptions()Methods in org.dmg.pmml.time_series with parameters of type TimeException Modifier and Type Method Description TimeAnchorTimeAnchor. addTimeExceptions(TimeException... timeExceptions)TimeSeriesTimeSeries. addTimeExceptions(TimeException... timeExceptions) -
Uses of TimeException in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TimeException Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TimeException timeException)
-