Uses of Class
adams.core.base.BaseDateTime
-
-
Uses of BaseDateTime in adams.core.base
Methods in adams.core.base that return BaseDateTime Modifier and Type Method Description static BaseDateTimeBaseDateTime. infinityFuture()Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDateTimeBaseDateTime. infinityPast()Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDateTimeBaseDateTime. now()Returns a new BaseDate object initialized with the NOW placeholder. -
Uses of BaseDateTime in adams.core.io.lister
Fields in adams.core.io.lister declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeLocalDirectoryLister. m_MaxFileTimestampthe maximum file timestamp ("last modified").protected BaseDateTimeLocalDirectoryLister. m_MinFileTimestampthe minimum file timestamp ("last modified").Methods in adams.core.io.lister that return BaseDateTime Modifier and Type Method Description BaseDateTimeLocalDirectoryLister. getMaxFileTimestamp()Returns the maximum file timestamp ("last modified") that the files need to have.BaseDateTimeLocalDirectoryLister. getMinFileTimestamp()Returns the minimum file timestamp ("last modified") that the files need to have.Methods in adams.core.io.lister with parameters of type BaseDateTime Modifier and Type Method Description voidLocalDirectoryLister. setMaxFileTimestamp(BaseDateTime value)Sets the maximum file timestamp ("last modified") that the files need to have.voidLocalDirectoryLister. setMinFileTimestamp(BaseDateTime value)Sets the minimum file timestamp ("last modified") that the files need to have. -
Uses of BaseDateTime in adams.data.conversion
Fields in adams.data.conversion declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeBaseDateTimeToString. m_Endthe end date to use as basis for the evaluation.protected BaseDateTimeWekaForecastContainerToTimeseries. m_Intervalthe interval for predictions.protected BaseDateTimeBaseDateTimeToString. m_Startthe start date to use as basis for the evaluation.protected BaseDateTimeWekaForecastContainerToTimeseries. m_Startthe start date for timeseries.Methods in adams.data.conversion that return BaseDateTime Modifier and Type Method Description protected BaseDateTimeWekaForecastContainerToTimeseries. getDefaultInterval()Returns the default interval date/time.protected BaseDateTimeWekaForecastContainerToTimeseries. getDefaultStart()Returns the default start date/time.BaseDateTimeBaseDateTimeToString. getEnd()Returns the end date used in the evaluation.BaseDateTimeWekaForecastContainerToTimeseries. getInterval()Returns the interval betwen timeseries points, withSTARTreferring to the previous data point.BaseDateTimeBaseDateTimeToString. getStart()Returns the start date used in the evaluation.BaseDateTimeWekaForecastContainerToTimeseries. getStart()Returns the start date/time for the timeseries.Methods in adams.data.conversion with parameters of type BaseDateTime Modifier and Type Method Description voidBaseDateTimeToString. setEnd(BaseDateTime value)Sets the end date to use in the evaluation.voidWekaForecastContainerToTimeseries. setInterval(BaseDateTime value)Sets the interval betwen timeseries points, withSTARTreferring to the previous data point.voidBaseDateTimeToString. setStart(BaseDateTime value)Sets the start date to use in the evaluation.voidWekaForecastContainerToTimeseries. setStart(BaseDateTime value)Sets the start date/time for the timeseries. -
Uses of BaseDateTime in adams.data.filter
Fields in adams.data.filter declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeTimeseriesWindow. m_Endthe end point.protected BaseDateTimeTimeseriesShiftTimestamps. m_NewTimestampthe new timstamp.protected BaseDateTimeTimeseriesResetTimestamps. m_Startthe new start date.protected BaseDateTimeTimeseriesSetStart. m_Startthe new starting point.protected BaseDateTimeTimeseriesWindow. m_Startthe starting point.protected BaseDateTimeTimeseriesShiftTimestamps. m_SuppliedTimestampthe supplied timestamp.Methods in adams.data.filter that return BaseDateTime Modifier and Type Method Description BaseDateTimeTimeseriesWindow. getEnd()The end timestamp of series.BaseDateTimeTimeseriesShiftTimestamps. getNewTimestamp()The new timestamp to use.BaseDateTimeTimeseriesResetTimestamps. getStart()Returns the start date.BaseDateTimeTimeseriesSetStart. getStart()The new start timestamp of series.BaseDateTimeTimeseriesWindow. getStart()The start timestamp of series.BaseDateTimeTimeseriesShiftTimestamps. getSuppliedTimestamp()The supplied timestamp to use.Methods in adams.data.filter with parameters of type BaseDateTime Modifier and Type Method Description voidTimeseriesWindow. setEnd(BaseDateTime value)Sets the end timestamp for series.voidTimeseriesShiftTimestamps. setNewTimestamp(BaseDateTime value)Sets the new timestamp to use.voidTimeseriesResetTimestamps. setStart(BaseDateTime value)Sets the start date.voidTimeseriesSetStart. setStart(BaseDateTime value)Sets the new start timestamp for series.voidTimeseriesWindow. setStart(BaseDateTime value)Sets the start timestamp for series.voidTimeseriesShiftTimestamps. setSuppliedTimestamp(BaseDateTime value)Sets the supplied timestamp to use. -
Uses of BaseDateTime in adams.data.io.output
Fields in adams.data.io.output declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeGnumericSpreadSheetWriter. m_CreationTimestampthe creation timestamp.Methods in adams.data.io.output that return BaseDateTime Modifier and Type Method Description BaseDateTimeGnumericSpreadSheetWriter. getCreationTimestamp()Returns the creation timestamp.Methods in adams.data.io.output with parameters of type BaseDateTime Modifier and Type Method Description voidGnumericSpreadSheetWriter. setCreationTimestamp(BaseDateTime value)Sets the creation timestamp. -
Uses of BaseDateTime in adams.data.outlier
Fields in adams.data.outlier declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeTimeseriesTimestampCheck. m_Timestampthe provided timestamp.Methods in adams.data.outlier that return BaseDateTime Modifier and Type Method Description BaseDateTimeTimeseriesTimestampCheck. getTimestamp()Returns the timestamp to use in the check.Methods in adams.data.outlier with parameters of type BaseDateTime Modifier and Type Method Description voidTimeseriesTimestampCheck. setTimestamp(BaseDateTime value)Sets the timestamp to use in the check. -
Uses of BaseDateTime in adams.db
Fields in adams.db declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeAbstractTimeWindowTableCleanUp. m_EndDatethe end date.protected BaseDateTimeLogEntryConditions. m_GenerationEndDatethe end date of the log entries.protected BaseDateTimeLogEntryConditions. m_GenerationStartDatethe start date of the log entries.protected BaseDateTimeAbstractTimeWindowTableCleanUp. m_StartDatethe start date.Methods in adams.db that return BaseDateTime Modifier and Type Method Description BaseDateTimeAbstractTimeWindowTableCleanUp. getEndDate()Returns the end date.BaseDateTimeLogEntryConditions. getGenerationEndDate()Returns the generation end date.BaseDateTimeLogEntryConditions. getGenerationStartDate()Returns the generation start date.BaseDateTimeAbstractTimeWindowTableCleanUp. getStartDate()Returns the start date.Methods in adams.db with parameters of type BaseDateTime Modifier and Type Method Description voidAbstractTimeWindowTableCleanUp. setEndDate(BaseDateTime value)Sets the end date.voidLogEntryConditions. setGenerationEndDate(BaseDateTime value)Sets the generation end date.voidLogEntryConditions. setGenerationStartDate(BaseDateTime value)Sets the generation start date.voidAbstractTimeWindowTableCleanUp. setStartDate(BaseDateTime value)Sets the start date. -
Uses of BaseDateTime in adams.env
Fields in adams.env declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeModules.Module. m_BuildTimestampthe build timestamp of the module.Methods in adams.env that return BaseDateTime Modifier and Type Method Description BaseDateTimeModules.Module. getBuildTimestamp()Returns the build timestamp of the module. -
Uses of BaseDateTime in adams.flow.control
Fields in adams.flow.control declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeAbstractDataContainerFileChecker. m_ExpiryIntervalthe expiry interval for temporary blacklisted items, before moving them into the final list.Methods in adams.flow.control that return BaseDateTime Modifier and Type Method Description BaseDateTimeAbstractDataContainerFileChecker. getExpiryInterval()Returns the expiry interval after which blacklisted files get moved from the temporary list to the final list.Methods in adams.flow.control with parameters of type BaseDateTime Modifier and Type Method Description voidAbstractDataContainerFileChecker. setExpiryInterval(BaseDateTime value)Sets the expiry interval after which blacklisted files get moved from the temporary list to the final list. -
Uses of BaseDateTime in adams.flow.source
Methods in adams.flow.source that return BaseDateTime Modifier and Type Method Description BaseDateTimeDirectoryLister. getMaxFileTimestamp()Returns the maximum file timestamp that the files have to have.BaseDateTimeDirectoryLister. getMinFileTimestamp()Returns the minimum file timestamp that the files have to have.Methods in adams.flow.source with parameters of type BaseDateTime Modifier and Type Method Description voidDirectoryLister. setMaxFileTimestamp(BaseDateTime value)Sets the maximum file timestamp that the files have to have.voidDirectoryLister. setMinFileTimestamp(BaseDateTime value)Sets the minimum file timestamp that the files have to have. -
Uses of BaseDateTime in adams.flow.source.filesystemsearch
Methods in adams.flow.source.filesystemsearch that return BaseDateTime Modifier and Type Method Description BaseDateTimeLocalDirectorySearchWithTimestampConstraints. getMaxTimestamp()Returns the maximum 'last modified' timestamp that the directories have to have.BaseDateTimeLocalFileSearchWithTimestampConstraints. getMaxTimestamp()Returns the maximum file timestamp that the files have to have.BaseDateTimeLocalDirectorySearchWithTimestampConstraints. getMinTimestamp()Returns the minimum 'last modified' timestamp that the directories have to have.BaseDateTimeLocalFileSearchWithTimestampConstraints. getMinTimestamp()Returns the minimum 'last modified' timestamp that the files have to have.Methods in adams.flow.source.filesystemsearch with parameters of type BaseDateTime Modifier and Type Method Description voidLocalDirectorySearchWithTimestampConstraints. setMaxTimestamp(BaseDateTime value)Sets the maximum 'last modified' timestamp that the directories have to have.voidLocalFileSearchWithTimestampConstraints. setMaxTimestamp(BaseDateTime value)Sets the maximum 'last modified' timestamp that the files have to have.voidLocalDirectorySearchWithTimestampConstraints. setMinTimestamp(BaseDateTime value)Sets the minimum 'last modified' timestamp that the directories have to have.voidLocalFileSearchWithTimestampConstraints. setMinTimestamp(BaseDateTime value)Sets the minimum 'last modified' timestamp that the files have to have. -
Uses of BaseDateTime in adams.flow.transformer.timeseriessplit
Fields in adams.flow.transformer.timeseriessplit declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeFixedDate. m_Datethe date to split on.Methods in adams.flow.transformer.timeseriessplit that return BaseDateTime Modifier and Type Method Description BaseDateTimeFixedDate. getDate()Returns the split date.Methods in adams.flow.transformer.timeseriessplit with parameters of type BaseDateTime Modifier and Type Method Description voidFixedDate. setDate(BaseDateTime value)Sets the split date. -
Uses of BaseDateTime in adams.gui.goe
Methods in adams.gui.goe that return BaseDateTime Modifier and Type Method Description protected BaseDateTimeBaseDateTimeEditor. newDateType(String s)Returns a new instance of the date type.protected BaseDateTimeBaseDateTimeEditor. newDateType(Date d)Returns a new instance of the date type. -
Uses of BaseDateTime in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeFixedTimestampRangePaintlet. m_EndTimestampthe end timestamp of the range.protected BaseDateTimePaintletWithFixedXRange. m_MaxXthe maximum of X.protected BaseDateTimePaintletWithFixedXYRange. m_MaxXthe maximum of Y.protected BaseDateTimePaintletWithFixedXRange. m_MinXthe minimum of X.protected BaseDateTimePaintletWithFixedXYRange. m_MinXthe minimum of Y.protected BaseDateTimeFixedTimestampRangePaintlet. m_StartTimestampthe start timestamp of the range.protected BaseDateTimeFixedTimestampPaintlet. m_Timestampthe timestamp to indicate.Methods in adams.gui.visualization.timeseries that return BaseDateTime Modifier and Type Method Description BaseDateTimeFixedTimestampRangePaintlet. getEndTimestamp()Returns the timestamp for the end of the range.BaseDateTimePaintletWithFixedXRange. getMaxX()Returns the maximum of the X range.BaseDateTimePaintletWithFixedXYRange. getMaxX()Returns the maximum of the X range.BaseDateTimePaintletWithFixedXRange. getMinX()Returns the minimum of the X range.BaseDateTimePaintletWithFixedXYRange. getMinX()Returns the minimum of the X range.BaseDateTimeFixedTimestampRangePaintlet. getStartTimestamp()Returns the timestamp for the start of the range.BaseDateTimeFixedTimestampPaintlet. getTimestamp()Returns the currently set timestamp to indicate.Methods in adams.gui.visualization.timeseries with parameters of type BaseDateTime Modifier and Type Method Description voidFixedTimestampRangePaintlet. setEndTimestamp(BaseDateTime value)Sets the timestamp for the end of the range.voidPaintletWithFixedXRange. setMaxX(BaseDateTime value)Sets the maximum of the X range.voidPaintletWithFixedXYRange. setMaxX(BaseDateTime value)Sets the maximum of the X range.voidPaintletWithFixedXRange. setMinX(BaseDateTime value)Sets the minimum of the X range.voidPaintletWithFixedXYRange. setMinX(BaseDateTime value)Sets the minimum of the X range.voidFixedTimestampRangePaintlet. setStartTimestamp(BaseDateTime value)Sets the timestamp for the start of the range.voidFixedTimestampPaintlet. setTimestamp(BaseDateTime value)Sets the timestamp to indicate. -
Uses of BaseDateTime in adams.tools
Fields in adams.tools declared as BaseDateTime Modifier and Type Field Description protected BaseDateTimeAbstractTimeWindowDatabaseTool. m_EndDatethe end date of the window.protected BaseDateTimeAbstractTimeWindowDatabaseTool. m_StartDatethe start date of the window.Methods in adams.tools that return BaseDateTime Modifier and Type Method Description BaseDateTimeAbstractTimeWindowDatabaseTool. getEndDate()Returns the end date.BaseDateTimeAbstractTimeWindowDatabaseTool. getStartDate()Returns the start date.Methods in adams.tools with parameters of type BaseDateTime Modifier and Type Method Description voidAbstractTimeWindowDatabaseTool. setEndDate(BaseDateTime value)Sets the end date.voidAbstractTimeWindowDatabaseTool. setStartDate(BaseDateTime value)Sets the start date.
-