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 BaseDateTime
BaseDateTime. infinityFuture()
Returns a new BaseDate object initialized with the INF_FUTURE placeholder.static BaseDateTime
BaseDateTime. infinityPast()
Returns a new BaseDate object initialized with the INF_PAST placeholder.static BaseDateTime
BaseDateTime. 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 BaseDateTime
LocalDirectoryLister. m_MaxFileTimestamp
the maximum file timestamp ("last modified").protected BaseDateTime
LocalDirectoryLister. m_MinFileTimestamp
the minimum file timestamp ("last modified").Methods in adams.core.io.lister that return BaseDateTime Modifier and Type Method Description BaseDateTime
LocalDirectoryLister. getMaxFileTimestamp()
Returns the maximum file timestamp ("last modified") that the files need to have.BaseDateTime
LocalDirectoryLister. 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 void
LocalDirectoryLister. setMaxFileTimestamp(BaseDateTime value)
Sets the maximum file timestamp ("last modified") that the files need to have.void
LocalDirectoryLister. 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 BaseDateTime
BaseDateTimeToString. m_End
the end date to use as basis for the evaluation.protected BaseDateTime
WekaForecastContainerToTimeseries. m_Interval
the interval for predictions.protected BaseDateTime
BaseDateTimeToString. m_Start
the start date to use as basis for the evaluation.protected BaseDateTime
WekaForecastContainerToTimeseries. m_Start
the start date for timeseries.Methods in adams.data.conversion that return BaseDateTime Modifier and Type Method Description protected BaseDateTime
WekaForecastContainerToTimeseries. getDefaultInterval()
Returns the default interval date/time.protected BaseDateTime
WekaForecastContainerToTimeseries. getDefaultStart()
Returns the default start date/time.BaseDateTime
BaseDateTimeToString. getEnd()
Returns the end date used in the evaluation.BaseDateTime
WekaForecastContainerToTimeseries. getInterval()
Returns the interval betwen timeseries points, withSTART
referring to the previous data point.BaseDateTime
BaseDateTimeToString. getStart()
Returns the start date used in the evaluation.BaseDateTime
WekaForecastContainerToTimeseries. getStart()
Returns the start date/time for the timeseries.Methods in adams.data.conversion with parameters of type BaseDateTime Modifier and Type Method Description void
BaseDateTimeToString. setEnd(BaseDateTime value)
Sets the end date to use in the evaluation.void
WekaForecastContainerToTimeseries. setInterval(BaseDateTime value)
Sets the interval betwen timeseries points, withSTART
referring to the previous data point.void
BaseDateTimeToString. setStart(BaseDateTime value)
Sets the start date to use in the evaluation.void
WekaForecastContainerToTimeseries. 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 BaseDateTime
TimeseriesWindow. m_End
the end point.protected BaseDateTime
TimeseriesShiftTimestamps. m_NewTimestamp
the new timstamp.protected BaseDateTime
TimeseriesResetTimestamps. m_Start
the new start date.protected BaseDateTime
TimeseriesSetStart. m_Start
the new starting point.protected BaseDateTime
TimeseriesWindow. m_Start
the starting point.protected BaseDateTime
TimeseriesShiftTimestamps. m_SuppliedTimestamp
the supplied timestamp.Methods in adams.data.filter that return BaseDateTime Modifier and Type Method Description BaseDateTime
TimeseriesWindow. getEnd()
The end timestamp of series.BaseDateTime
TimeseriesShiftTimestamps. getNewTimestamp()
The new timestamp to use.BaseDateTime
TimeseriesResetTimestamps. getStart()
Returns the start date.BaseDateTime
TimeseriesSetStart. getStart()
The new start timestamp of series.BaseDateTime
TimeseriesWindow. getStart()
The start timestamp of series.BaseDateTime
TimeseriesShiftTimestamps. getSuppliedTimestamp()
The supplied timestamp to use.Methods in adams.data.filter with parameters of type BaseDateTime Modifier and Type Method Description void
TimeseriesWindow. setEnd(BaseDateTime value)
Sets the end timestamp for series.void
TimeseriesShiftTimestamps. setNewTimestamp(BaseDateTime value)
Sets the new timestamp to use.void
TimeseriesResetTimestamps. setStart(BaseDateTime value)
Sets the start date.void
TimeseriesSetStart. setStart(BaseDateTime value)
Sets the new start timestamp for series.void
TimeseriesWindow. setStart(BaseDateTime value)
Sets the start timestamp for series.void
TimeseriesShiftTimestamps. 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 BaseDateTime
GnumericSpreadSheetWriter. m_CreationTimestamp
the creation timestamp.Methods in adams.data.io.output that return BaseDateTime Modifier and Type Method Description BaseDateTime
GnumericSpreadSheetWriter. getCreationTimestamp()
Returns the creation timestamp.Methods in adams.data.io.output with parameters of type BaseDateTime Modifier and Type Method Description void
GnumericSpreadSheetWriter. 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 BaseDateTime
TimeseriesTimestampCheck. m_Timestamp
the provided timestamp.Methods in adams.data.outlier that return BaseDateTime Modifier and Type Method Description BaseDateTime
TimeseriesTimestampCheck. getTimestamp()
Returns the timestamp to use in the check.Methods in adams.data.outlier with parameters of type BaseDateTime Modifier and Type Method Description void
TimeseriesTimestampCheck. 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 BaseDateTime
AbstractTimeWindowTableCleanUp. m_EndDate
the end date.protected BaseDateTime
LogEntryConditions. m_GenerationEndDate
the end date of the log entries.protected BaseDateTime
LogEntryConditions. m_GenerationStartDate
the start date of the log entries.protected BaseDateTime
AbstractTimeWindowTableCleanUp. m_StartDate
the start date.Methods in adams.db that return BaseDateTime Modifier and Type Method Description BaseDateTime
AbstractTimeWindowTableCleanUp. getEndDate()
Returns the end date.BaseDateTime
LogEntryConditions. getGenerationEndDate()
Returns the generation end date.BaseDateTime
LogEntryConditions. getGenerationStartDate()
Returns the generation start date.BaseDateTime
AbstractTimeWindowTableCleanUp. getStartDate()
Returns the start date.Methods in adams.db with parameters of type BaseDateTime Modifier and Type Method Description void
AbstractTimeWindowTableCleanUp. setEndDate(BaseDateTime value)
Sets the end date.void
LogEntryConditions. setGenerationEndDate(BaseDateTime value)
Sets the generation end date.void
LogEntryConditions. setGenerationStartDate(BaseDateTime value)
Sets the generation start date.void
AbstractTimeWindowTableCleanUp. 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 BaseDateTime
Modules.Module. m_BuildTimestamp
the build timestamp of the module.Methods in adams.env that return BaseDateTime Modifier and Type Method Description BaseDateTime
Modules.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 BaseDateTime
AbstractDataContainerFileChecker. m_ExpiryInterval
the 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 BaseDateTime
AbstractDataContainerFileChecker. 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 void
AbstractDataContainerFileChecker. 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 BaseDateTime
DirectoryLister. getMaxFileTimestamp()
Returns the maximum file timestamp that the files have to have.BaseDateTime
DirectoryLister. 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 void
DirectoryLister. setMaxFileTimestamp(BaseDateTime value)
Sets the maximum file timestamp that the files have to have.void
DirectoryLister. 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 BaseDateTime
LocalDirectorySearchWithTimestampConstraints. getMaxTimestamp()
Returns the maximum 'last modified' timestamp that the directories have to have.BaseDateTime
LocalFileSearchWithTimestampConstraints. getMaxTimestamp()
Returns the maximum file timestamp that the files have to have.BaseDateTime
LocalDirectorySearchWithTimestampConstraints. getMinTimestamp()
Returns the minimum 'last modified' timestamp that the directories have to have.BaseDateTime
LocalFileSearchWithTimestampConstraints. 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 void
LocalDirectorySearchWithTimestampConstraints. setMaxTimestamp(BaseDateTime value)
Sets the maximum 'last modified' timestamp that the directories have to have.void
LocalFileSearchWithTimestampConstraints. setMaxTimestamp(BaseDateTime value)
Sets the maximum 'last modified' timestamp that the files have to have.void
LocalDirectorySearchWithTimestampConstraints. setMinTimestamp(BaseDateTime value)
Sets the minimum 'last modified' timestamp that the directories have to have.void
LocalFileSearchWithTimestampConstraints. 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 BaseDateTime
FixedDate. m_Date
the date to split on.Methods in adams.flow.transformer.timeseriessplit that return BaseDateTime Modifier and Type Method Description BaseDateTime
FixedDate. getDate()
Returns the split date.Methods in adams.flow.transformer.timeseriessplit with parameters of type BaseDateTime Modifier and Type Method Description void
FixedDate. 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 BaseDateTime
BaseDateTimeEditor. newDateType(String s)
Returns a new instance of the date type.protected BaseDateTime
BaseDateTimeEditor. 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 BaseDateTime
FixedTimestampRangePaintlet. m_EndTimestamp
the end timestamp of the range.protected BaseDateTime
PaintletWithFixedXRange. m_MaxX
the maximum of X.protected BaseDateTime
PaintletWithFixedXYRange. m_MaxX
the maximum of Y.protected BaseDateTime
PaintletWithFixedXRange. m_MinX
the minimum of X.protected BaseDateTime
PaintletWithFixedXYRange. m_MinX
the minimum of Y.protected BaseDateTime
FixedTimestampRangePaintlet. m_StartTimestamp
the start timestamp of the range.protected BaseDateTime
FixedTimestampPaintlet. m_Timestamp
the timestamp to indicate.Methods in adams.gui.visualization.timeseries that return BaseDateTime Modifier and Type Method Description BaseDateTime
FixedTimestampRangePaintlet. getEndTimestamp()
Returns the timestamp for the end of the range.BaseDateTime
PaintletWithFixedXRange. getMaxX()
Returns the maximum of the X range.BaseDateTime
PaintletWithFixedXYRange. getMaxX()
Returns the maximum of the X range.BaseDateTime
PaintletWithFixedXRange. getMinX()
Returns the minimum of the X range.BaseDateTime
PaintletWithFixedXYRange. getMinX()
Returns the minimum of the X range.BaseDateTime
FixedTimestampRangePaintlet. getStartTimestamp()
Returns the timestamp for the start of the range.BaseDateTime
FixedTimestampPaintlet. getTimestamp()
Returns the currently set timestamp to indicate.Methods in adams.gui.visualization.timeseries with parameters of type BaseDateTime Modifier and Type Method Description void
FixedTimestampRangePaintlet. setEndTimestamp(BaseDateTime value)
Sets the timestamp for the end of the range.void
PaintletWithFixedXRange. setMaxX(BaseDateTime value)
Sets the maximum of the X range.void
PaintletWithFixedXYRange. setMaxX(BaseDateTime value)
Sets the maximum of the X range.void
PaintletWithFixedXRange. setMinX(BaseDateTime value)
Sets the minimum of the X range.void
PaintletWithFixedXYRange. setMinX(BaseDateTime value)
Sets the minimum of the X range.void
FixedTimestampRangePaintlet. setStartTimestamp(BaseDateTime value)
Sets the timestamp for the start of the range.void
FixedTimestampPaintlet. 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 BaseDateTime
AbstractTimeWindowDatabaseTool. m_EndDate
the end date of the window.protected BaseDateTime
AbstractTimeWindowDatabaseTool. m_StartDate
the start date of the window.Methods in adams.tools that return BaseDateTime Modifier and Type Method Description BaseDateTime
AbstractTimeWindowDatabaseTool. getEndDate()
Returns the end date.BaseDateTime
AbstractTimeWindowDatabaseTool. getStartDate()
Returns the start date.Methods in adams.tools with parameters of type BaseDateTime Modifier and Type Method Description void
AbstractTimeWindowDatabaseTool. setEndDate(BaseDateTime value)
Sets the end date.void
AbstractTimeWindowDatabaseTool. setStartDate(BaseDateTime value)
Sets the start date.
-