Uses of Class
org.dmg.pmml.time_series.TimeAnchor
-
Packages that use TimeAnchor Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of TimeAnchor in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type TimeAnchor Modifier and Type Method Description VisitorActionVisitor. visit(TimeAnchor timeAnchor) -
Uses of TimeAnchor in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeAnchor Modifier and Type Method Description TimeAnchorTimeAnchor. addTimeCycles(TimeCycle... timeCycles)TimeAnchorTimeAnchor. addTimeExceptions(TimeException... timeExceptions)TimeAnchorObjectFactory. createTimeAnchor()Create an instance ofTimeAnchorTimeAnchorTimeSeries. getTimeAnchor()TimeAnchorTimeAnchor. setDisplayName(java.lang.String displayName)TimeAnchorTimeAnchor. setOffset(java.lang.Integer offset)TimeAnchorTimeAnchor. setStepsize(java.lang.Integer stepsize)TimeAnchorTimeAnchor. setType(TimeAnchor.Type type)Methods in org.dmg.pmml.time_series with parameters of type TimeAnchor Modifier and Type Method Description TimeSeriesTimeSeries. setTimeAnchor(TimeAnchor timeAnchor) -
Uses of TimeAnchor in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TimeAnchor Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TimeAnchor timeAnchor)
-