Uses of Class
adams.data.DateFormatString
-
-
Uses of DateFormatString in adams.core
Methods in adams.core with parameters of type DateFormatString Modifier and Type Method Description static Date
DateUtils. parseString(String s, DateFormatString format)
Parses the given date/time string according to the format. -
Uses of DateFormatString in adams.core.io
Fields in adams.core.io declared as DateFormatString Modifier and Type Field Description protected DateFormatString
TimestampFilenameGenerator. m_Format
the format to use.Methods in adams.core.io that return DateFormatString Modifier and Type Method Description protected DateFormatString
TimestampFilenameGenerator. getDefaultFormat()
Returns the default format to use.DateFormatString
TimestampFilenameGenerator. getFormat()
Returns the format string in use.Methods in adams.core.io with parameters of type DateFormatString Modifier and Type Method Description void
TimestampFilenameGenerator. setFormat(DateFormatString value)
Sets the format string to use. -
Uses of DateFormatString in adams.data.conversion
Fields in adams.data.conversion declared as DateFormatString Modifier and Type Field Description protected DateFormatString
DateTimeTypeToString. m_Format
the format string to use.protected DateFormatString
SpreadSheetStringColumnToDate. m_Format
the format to use.protected DateFormatString
SpreadSheetStringColumnToDateTime. m_Format
the format to use.protected DateFormatString
SpreadSheetStringColumnToDateTimeMsec. m_Format
the format to use.protected DateFormatString
SpreadSheetStringColumnToTime. m_Format
the format to use.protected DateFormatString
SpreadSheetStringColumnToTimeMsec. m_Format
the format to use.protected DateFormatString
StringToDateTimeType. m_Format
the format string to use.protected DateFormatString
TimeseriesToWekaInstances. m_Format
the date format to use in the Instances object.protected DateFormatString
ExtractDateTimeField. m_FormatCustom
the format string to use in case ofExtractDateTimeField.DateTimeField.CUSTOM
.Methods in adams.data.conversion that return DateFormatString Modifier and Type Method Description DateFormatString
DateTimeTypeToString. getFormat()
Returns the format in use for the conversion.DateFormatString
SpreadSheetStringColumnToDate. getFormat()
Returns the format of the string used for parsing.DateFormatString
SpreadSheetStringColumnToDateTime. getFormat()
Returns the format of the string used for parsing.DateFormatString
SpreadSheetStringColumnToDateTimeMsec. getFormat()
Returns the format of the string used for parsing.DateFormatString
SpreadSheetStringColumnToTime. getFormat()
Returns the format of the string used for parsing.DateFormatString
SpreadSheetStringColumnToTimeMsec. getFormat()
Returns the format of the string used for parsing.DateFormatString
StringToDateTimeType. getFormat()
Returns the format for parsing the date/time string.DateFormatString
TimeseriesToWekaInstances. getFormat()
Returns the format in use in the Instances object.DateFormatString
ExtractDateTimeField. getFormatCustom()
Returns the custom format in use for the conversion.Methods in adams.data.conversion with parameters of type DateFormatString Modifier and Type Method Description void
DateTimeTypeToString. setFormat(DateFormatString value)
Sets the format to use for the conversion.void
SpreadSheetStringColumnToDate. setFormat(DateFormatString value)
Sets the format of the string used for parsing.void
SpreadSheetStringColumnToDateTime. setFormat(DateFormatString value)
Sets the format of the string used for parsing.void
SpreadSheetStringColumnToDateTimeMsec. setFormat(DateFormatString value)
Sets the format of the string used for parsing.void
SpreadSheetStringColumnToTime. setFormat(DateFormatString value)
Sets the format of the string used for parsing.void
SpreadSheetStringColumnToTimeMsec. setFormat(DateFormatString value)
Sets the format of the string used for parsing.void
StringToDateTimeType. setFormat(DateFormatString value)
Sets the format for parsing the date/time string.void
TimeseriesToWekaInstances. setFormat(DateFormatString value)
Sets the format to use in the Instances object.void
ExtractDateTimeField. setFormatCustom(DateFormatString value)
Sets the custom format to use for the conversion. -
Uses of DateFormatString in adams.data.io.input
Fields in adams.data.io.input declared as DateFormatString Modifier and Type Field Description protected DateFormatString
CsvSpreadSheetReader. m_DateFormat
the format string for the dates.protected DateFormatString
AutoWidthTabularSpreadSheetReader. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
CsvSpreadSheetReader. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
FixedTabularSpreadSheetReader. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
SimpleCsvSpreadSheetReader. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
CsvSpreadSheetReader. m_DateTimeMsecFormat
the format string for the date/times.protected DateFormatString
CsvSpreadSheetReader. m_TimeFormat
the format string for the times.protected DateFormatString
CsvSpreadSheetReader. m_TimeMsecFormat
the format string for the times/msec.protected DateFormatString
SimpleTimeseriesReader. m_TimestampFormat
the date format string to use for formatting the timestamp.Methods in adams.data.io.input that return DateFormatString Modifier and Type Method Description DateFormatString
CsvSpreadSheetReader. getDateFormat()
Returns the format for date columns.DateFormatString
AutoWidthTabularSpreadSheetReader. getDateTimeFormat()
Returns the format for date/time msec columns.DateFormatString
CsvSpreadSheetReader. getDateTimeFormat()
Returns the format for date/time columns.DateFormatString
FixedTabularSpreadSheetReader. getDateTimeFormat()
Returns the format for date/time msec columns.DateFormatString
SimpleCsvSpreadSheetReader. getDateTimeFormat()
Returns the format for date/time msec columns.DateFormatString
CsvSpreadSheetReader. getDateTimeMsecFormat()
Returns the format for date/time msec columns.DateFormatString
CsvSpreadSheetReader. getTimeFormat()
Returns the format for time columns.DateFormatString
CsvSpreadSheetReader. getTimeMsecFormat()
Returns the format for time/msec columns.DateFormatString
SimpleTimeseriesReader. getTimestampFormat()
Returns the format to use for the timestamps.Methods in adams.data.io.input with parameters of type DateFormatString Modifier and Type Method Description void
CsvSpreadSheetReader. setDateFormat(DateFormatString value)
Sets the format for date columns.void
AutoWidthTabularSpreadSheetReader. setDateTimeFormat(DateFormatString value)
Sets the format for date/time msec columns.void
CsvSpreadSheetReader. setDateTimeFormat(DateFormatString value)
Sets the format for date/time columns.void
FixedTabularSpreadSheetReader. setDateTimeFormat(DateFormatString value)
Sets the format for date/time msec columns.void
SimpleCsvSpreadSheetReader. setDateTimeFormat(DateFormatString value)
Sets the format for date/time msec columns.void
CsvSpreadSheetReader. setDateTimeMsecFormat(DateFormatString value)
Sets the format for date/time msec columns.void
CsvSpreadSheetReader. setTimeFormat(DateFormatString value)
Sets the format for time columns.void
CsvSpreadSheetReader. setTimeMsecFormat(DateFormatString value)
Sets the format for time/msec columns.void
SimpleTimeseriesReader. setTimestampFormat(DateFormatString value)
Sets the format to use for the timestamps. -
Uses of DateFormatString in adams.data.io.output
Fields in adams.data.io.output declared as DateFormatString Modifier and Type Field Description protected DateFormatString
AutoWidthTabularSpreadSheetWriter. m_DateFormat
the format string for the dates.protected DateFormatString
CsvSpreadSheetWriter. m_DateFormat
the format string for the dates.protected DateFormatString
ExcelSpreadSheetWriter. m_DateFormat
the format string for the dates.protected DateFormatString
FixedTabularSpreadSheetWriter. m_DateFormat
the format string for the dates.protected DateFormatString
SimpleArffSpreadSheetWriter. m_DateFormat
the format to use.protected DateFormatString
AutoWidthTabularSpreadSheetWriter. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
CsvSpreadSheetWriter. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
ExcelSpreadSheetWriter. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
FixedTabularSpreadSheetWriter. m_DateTimeFormat
the format string for the date/times.protected DateFormatString
AutoWidthTabularSpreadSheetWriter. m_DateTimeMsecFormat
the format string for the date/times msec.protected DateFormatString
CsvSpreadSheetWriter. m_DateTimeMsecFormat
the format string for the date/time msecs.protected DateFormatString
FixedTabularSpreadSheetWriter. m_DateTimeMsecFormat
the format string for the date/times msec.protected DateFormatString
AutoWidthTabularSpreadSheetWriter. m_TimeFormat
the format string for the times.protected DateFormatString
CsvSpreadSheetWriter. m_TimeFormat
the format string for the times.protected DateFormatString
ExcelSpreadSheetWriter. m_TimeFormat
the format string for the times.protected DateFormatString
FixedTabularSpreadSheetWriter. m_TimeFormat
the format string for the times.protected DateFormatString
CsvSpreadSheetWriter. m_TimeMsecFormat
the format string for the times with msec.protected DateFormatString
SimpleTimeseriesWriter. m_TimestampFormat
the date format string to use for formatting the timestamp.Methods in adams.data.io.output that return DateFormatString Modifier and Type Method Description DateFormatString
AutoWidthTabularSpreadSheetWriter. getDateFormat()
Returns the format for date columns.DateFormatString
CsvSpreadSheetWriter. getDateFormat()
Returns the format for date columns.DateFormatString
ExcelSpreadSheetWriter. getDateFormat()
Returns the format for date columns.DateFormatString
FixedTabularSpreadSheetWriter. getDateFormat()
Returns the format for date columns.DateFormatString
SimpleArffSpreadSheetWriter. getDateFormat()
Returns the date format string in use.DateFormatString
AutoWidthTabularSpreadSheetWriter. getDateTimeFormat()
Returns the format for date/time columns.DateFormatString
CsvSpreadSheetWriter. getDateTimeFormat()
Returns the format for date/time columns.DateFormatString
ExcelSpreadSheetWriter. getDateTimeFormat()
Returns the format for date/time columns.DateFormatString
FixedTabularSpreadSheetWriter. getDateTimeFormat()
Returns the format for date/time columns.DateFormatString
AutoWidthTabularSpreadSheetWriter. getDateTimeMsecFormat()
Returns the format for date/time msec columns.DateFormatString
CsvSpreadSheetWriter. getDateTimeMsecFormat()
Returns the format for date/time msec columns.DateFormatString
FixedTabularSpreadSheetWriter. getDateTimeMsecFormat()
Returns the format for date/time msec columns.protected DateFormatString
SimpleArffSpreadSheetWriter. getDefaultFormat()
Returns the default format to use.DateFormatString
AutoWidthTabularSpreadSheetWriter. getTimeFormat()
Returns the format for time columns.DateFormatString
CsvSpreadSheetWriter. getTimeFormat()
Returns the format for time columns.DateFormatString
ExcelSpreadSheetWriter. getTimeFormat()
Returns the format for time columns.DateFormatString
FixedTabularSpreadSheetWriter. getTimeFormat()
Returns the format for time columns.DateFormatString
CsvSpreadSheetWriter. getTimeMsecFormat()
Returns the format for time msec columns.DateFormatString
SimpleTimeseriesWriter. getTimestampFormat()
Returns the format to use for the timestamps.Methods in adams.data.io.output with parameters of type DateFormatString Modifier and Type Method Description void
AutoWidthTabularSpreadSheetWriter. setDateFormat(DateFormatString value)
Sets the format for date columns.void
CsvSpreadSheetWriter. setDateFormat(DateFormatString value)
Sets the format for date columns.void
ExcelSpreadSheetWriter. setDateFormat(DateFormatString value)
Sets the format for date columns.void
FixedTabularSpreadSheetWriter. setDateFormat(DateFormatString value)
Sets the format for date columns.void
SimpleArffSpreadSheetWriter. setDateFormat(DateFormatString value)
Sets the date format string to use.void
AutoWidthTabularSpreadSheetWriter. setDateTimeFormat(DateFormatString value)
Sets the format for date/time columns.void
CsvSpreadSheetWriter. setDateTimeFormat(DateFormatString value)
Sets the format for date/time columns.void
ExcelSpreadSheetWriter. setDateTimeFormat(DateFormatString value)
Sets the format for date/time columns.void
FixedTabularSpreadSheetWriter. setDateTimeFormat(DateFormatString value)
Sets the format for date/time columns.void
AutoWidthTabularSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)
Sets the format for date/time msec columns.void
CsvSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)
Sets the format for date/time msec columns.void
FixedTabularSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)
Sets the format for date/time msec columns.void
AutoWidthTabularSpreadSheetWriter. setTimeFormat(DateFormatString value)
Sets the format for time columns.void
CsvSpreadSheetWriter. setTimeFormat(DateFormatString value)
Sets the format for time columns.void
ExcelSpreadSheetWriter. setTimeFormat(DateFormatString value)
Sets the format for time columns.void
FixedTabularSpreadSheetWriter. setTimeFormat(DateFormatString value)
Sets the format for time columns.void
CsvSpreadSheetWriter. setTimeMsecFormat(DateFormatString value)
Sets the format for time msec columns.void
SimpleTimeseriesWriter. setTimestampFormat(DateFormatString value)
Sets the format to use for the timestamps. -
Uses of DateFormatString in adams.data.spreadsheet.rowfinder
Fields in adams.data.spreadsheet.rowfinder declared as DateFormatString Modifier and Type Field Description protected DateFormatString
ByDateValue. m_Format
the format string.Methods in adams.data.spreadsheet.rowfinder that return DateFormatString Modifier and Type Method Description DateFormatString
ByDateValue. getFormat()
Returns the format string for parsing min/max.Methods in adams.data.spreadsheet.rowfinder with parameters of type DateFormatString Modifier and Type Method Description void
ByDateValue. setFormat(DateFormatString value)
Sets the format string for parsing min/max. -
Uses of DateFormatString in adams.data.timeseries
Fields in adams.data.timeseries declared as DateFormatString Modifier and Type Field Description protected DateFormatString
Values. m_TimestampFormat
the timestamp format.Methods in adams.data.timeseries that return DateFormatString Modifier and Type Method Description DateFormatString
Values. getTimestampFormat()
Returns the format string to use for the timestamp strings.Methods in adams.data.timeseries with parameters of type DateFormatString Modifier and Type Method Description void
Values. setTimestampFormat(DateFormatString value)
Sets the format string to use for the timestamp strings. -
Uses of DateFormatString in adams.flow.control.flowrestart.notification
Fields in adams.flow.control.flowrestart.notification declared as DateFormatString Modifier and Type Field Description protected DateFormatString
TimestampFile. m_Format
the format to use.Methods in adams.flow.control.flowrestart.notification that return DateFormatString Modifier and Type Method Description protected DateFormatString
TimestampFile. getDefaultFormat()
Returns the default format to use.DateFormatString
TimestampFile. getFormat()
Returns the format string in use.Methods in adams.flow.control.flowrestart.notification with parameters of type DateFormatString Modifier and Type Method Description void
TimestampFile. setFormat(DateFormatString value)
Sets the format string to use. -
Uses of DateFormatString in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as DateFormatString Modifier and Type Field Description protected DateFormatString
LogFile. m_Format
the format to use.Methods in adams.flow.sink.sendnotification that return DateFormatString Modifier and Type Method Description protected DateFormatString
LogFile. getDefaultFormat()
Returns the default format to use.DateFormatString
LogFile. getFormat()
Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".Methods in adams.flow.sink.sendnotification with parameters of type DateFormatString Modifier and Type Method Description void
LogFile. setFormat(DateFormatString value)
Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'". -
Uses of DateFormatString in adams.flow.sink.simplelogging.format
Fields in adams.flow.sink.simplelogging.format declared as DateFormatString Modifier and Type Field Description protected DateFormatString
TimestampedFormat. m_TimestampFormat
the timestamp format.Methods in adams.flow.sink.simplelogging.format that return DateFormatString Modifier and Type Method Description DateFormatString
TimestampedFormat. getTimestampFormat()
Returns the format for the timestamp.Methods in adams.flow.sink.simplelogging.format with parameters of type DateFormatString Modifier and Type Method Description void
TimestampedFormat. setTimestampFormat(DateFormatString value)
Sets the format for the timestamp. -
Uses of DateFormatString in adams.flow.transformer
Fields in adams.flow.transformer declared as DateFormatString Modifier and Type Field Description protected DateFormatString
TimeseriesInfo. m_Format
the format string to use for the timestamps.protected DateFormatString
Timestamp. m_Format
the format to use.Methods in adams.flow.transformer that return DateFormatString Modifier and Type Method Description protected DateFormatString
Timestamp. getDefaultFormat()
Returns the default format to use.DateFormatString
TimeseriesInfo. getFormat()
Returns the format in use for the timestamps.DateFormatString
Timestamp. getFormat()
Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'".Methods in adams.flow.transformer with parameters of type DateFormatString Modifier and Type Method Description void
TimeseriesInfo. setFormat(DateFormatString value)
Sets the format to use for the timestamps.void
Timestamp. setFormat(DateFormatString value)
Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'csv'". -
Uses of DateFormatString in adams.parser.spreadsheetquery
Methods in adams.parser.spreadsheetquery that return DateFormatString Modifier and Type Method Description DateFormatString
ParserHelper. getDateFormatString()
Returns the format string of the current date/time format.
-