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 DateDateUtils. 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 DateFormatStringTimestampFilenameGenerator. m_Formatthe format to use.Methods in adams.core.io that return DateFormatString Modifier and Type Method Description protected DateFormatStringTimestampFilenameGenerator. getDefaultFormat()Returns the default format to use.DateFormatStringTimestampFilenameGenerator. getFormat()Returns the format string in use.Methods in adams.core.io with parameters of type DateFormatString Modifier and Type Method Description voidTimestampFilenameGenerator. 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 DateFormatStringDateTimeTypeToString. m_Formatthe format string to use.protected DateFormatStringSpreadSheetStringColumnToDate. m_Formatthe format to use.protected DateFormatStringSpreadSheetStringColumnToDateTime. m_Formatthe format to use.protected DateFormatStringSpreadSheetStringColumnToDateTimeMsec. m_Formatthe format to use.protected DateFormatStringSpreadSheetStringColumnToTime. m_Formatthe format to use.protected DateFormatStringSpreadSheetStringColumnToTimeMsec. m_Formatthe format to use.protected DateFormatStringStringToDateTimeType. m_Formatthe format string to use.protected DateFormatStringTimeseriesToWekaInstances. m_Formatthe date format to use in the Instances object.protected DateFormatStringExtractDateTimeField. m_FormatCustomthe format string to use in case ofExtractDateTimeField.DateTimeField.CUSTOM.Methods in adams.data.conversion that return DateFormatString Modifier and Type Method Description DateFormatStringDateTimeTypeToString. getFormat()Returns the format in use for the conversion.DateFormatStringSpreadSheetStringColumnToDate. getFormat()Returns the format of the string used for parsing.DateFormatStringSpreadSheetStringColumnToDateTime. getFormat()Returns the format of the string used for parsing.DateFormatStringSpreadSheetStringColumnToDateTimeMsec. getFormat()Returns the format of the string used for parsing.DateFormatStringSpreadSheetStringColumnToTime. getFormat()Returns the format of the string used for parsing.DateFormatStringSpreadSheetStringColumnToTimeMsec. getFormat()Returns the format of the string used for parsing.DateFormatStringStringToDateTimeType. getFormat()Returns the format for parsing the date/time string.DateFormatStringTimeseriesToWekaInstances. getFormat()Returns the format in use in the Instances object.DateFormatStringExtractDateTimeField. 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 voidDateTimeTypeToString. setFormat(DateFormatString value)Sets the format to use for the conversion.voidSpreadSheetStringColumnToDate. setFormat(DateFormatString value)Sets the format of the string used for parsing.voidSpreadSheetStringColumnToDateTime. setFormat(DateFormatString value)Sets the format of the string used for parsing.voidSpreadSheetStringColumnToDateTimeMsec. setFormat(DateFormatString value)Sets the format of the string used for parsing.voidSpreadSheetStringColumnToTime. setFormat(DateFormatString value)Sets the format of the string used for parsing.voidSpreadSheetStringColumnToTimeMsec. setFormat(DateFormatString value)Sets the format of the string used for parsing.voidStringToDateTimeType. setFormat(DateFormatString value)Sets the format for parsing the date/time string.voidTimeseriesToWekaInstances. setFormat(DateFormatString value)Sets the format to use in the Instances object.voidExtractDateTimeField. 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 DateFormatStringCsvSpreadSheetReader. m_DateFormatthe format string for the dates.protected DateFormatStringAutoWidthTabularSpreadSheetReader. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringCsvSpreadSheetReader. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringFixedTabularSpreadSheetReader. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringSimpleCsvSpreadSheetReader. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringCsvSpreadSheetReader. m_DateTimeMsecFormatthe format string for the date/times.protected DateFormatStringCsvSpreadSheetReader. m_TimeFormatthe format string for the times.protected DateFormatStringCsvSpreadSheetReader. m_TimeMsecFormatthe format string for the times/msec.protected DateFormatStringSimpleTimeseriesReader. m_TimestampFormatthe date format string to use for formatting the timestamp.Methods in adams.data.io.input that return DateFormatString Modifier and Type Method Description DateFormatStringCsvSpreadSheetReader. getDateFormat()Returns the format for date columns.DateFormatStringAutoWidthTabularSpreadSheetReader. getDateTimeFormat()Returns the format for date/time msec columns.DateFormatStringCsvSpreadSheetReader. getDateTimeFormat()Returns the format for date/time columns.DateFormatStringFixedTabularSpreadSheetReader. getDateTimeFormat()Returns the format for date/time msec columns.DateFormatStringSimpleCsvSpreadSheetReader. getDateTimeFormat()Returns the format for date/time msec columns.DateFormatStringCsvSpreadSheetReader. getDateTimeMsecFormat()Returns the format for date/time msec columns.DateFormatStringCsvSpreadSheetReader. getTimeFormat()Returns the format for time columns.DateFormatStringCsvSpreadSheetReader. getTimeMsecFormat()Returns the format for time/msec columns.DateFormatStringSimpleTimeseriesReader. 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 voidCsvSpreadSheetReader. setDateFormat(DateFormatString value)Sets the format for date columns.voidAutoWidthTabularSpreadSheetReader. setDateTimeFormat(DateFormatString value)Sets the format for date/time msec columns.voidCsvSpreadSheetReader. setDateTimeFormat(DateFormatString value)Sets the format for date/time columns.voidFixedTabularSpreadSheetReader. setDateTimeFormat(DateFormatString value)Sets the format for date/time msec columns.voidSimpleCsvSpreadSheetReader. setDateTimeFormat(DateFormatString value)Sets the format for date/time msec columns.voidCsvSpreadSheetReader. setDateTimeMsecFormat(DateFormatString value)Sets the format for date/time msec columns.voidCsvSpreadSheetReader. setTimeFormat(DateFormatString value)Sets the format for time columns.voidCsvSpreadSheetReader. setTimeMsecFormat(DateFormatString value)Sets the format for time/msec columns.voidSimpleTimeseriesReader. 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 DateFormatStringAutoWidthTabularSpreadSheetWriter. m_DateFormatthe format string for the dates.protected DateFormatStringCsvSpreadSheetWriter. m_DateFormatthe format string for the dates.protected DateFormatStringExcelSpreadSheetWriter. m_DateFormatthe format string for the dates.protected DateFormatStringFixedTabularSpreadSheetWriter. m_DateFormatthe format string for the dates.protected DateFormatStringSimpleArffSpreadSheetWriter. m_DateFormatthe format to use.protected DateFormatStringAutoWidthTabularSpreadSheetWriter. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringCsvSpreadSheetWriter. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringExcelSpreadSheetWriter. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringFixedTabularSpreadSheetWriter. m_DateTimeFormatthe format string for the date/times.protected DateFormatStringAutoWidthTabularSpreadSheetWriter. m_DateTimeMsecFormatthe format string for the date/times msec.protected DateFormatStringCsvSpreadSheetWriter. m_DateTimeMsecFormatthe format string for the date/time msecs.protected DateFormatStringFixedTabularSpreadSheetWriter. m_DateTimeMsecFormatthe format string for the date/times msec.protected DateFormatStringAutoWidthTabularSpreadSheetWriter. m_TimeFormatthe format string for the times.protected DateFormatStringCsvSpreadSheetWriter. m_TimeFormatthe format string for the times.protected DateFormatStringExcelSpreadSheetWriter. m_TimeFormatthe format string for the times.protected DateFormatStringFixedTabularSpreadSheetWriter. m_TimeFormatthe format string for the times.protected DateFormatStringCsvSpreadSheetWriter. m_TimeMsecFormatthe format string for the times with msec.protected DateFormatStringSimpleTimeseriesWriter. m_TimestampFormatthe date format string to use for formatting the timestamp.Methods in adams.data.io.output that return DateFormatString Modifier and Type Method Description DateFormatStringAutoWidthTabularSpreadSheetWriter. getDateFormat()Returns the format for date columns.DateFormatStringCsvSpreadSheetWriter. getDateFormat()Returns the format for date columns.DateFormatStringExcelSpreadSheetWriter. getDateFormat()Returns the format for date columns.DateFormatStringFixedTabularSpreadSheetWriter. getDateFormat()Returns the format for date columns.DateFormatStringSimpleArffSpreadSheetWriter. getDateFormat()Returns the date format string in use.DateFormatStringAutoWidthTabularSpreadSheetWriter. getDateTimeFormat()Returns the format for date/time columns.DateFormatStringCsvSpreadSheetWriter. getDateTimeFormat()Returns the format for date/time columns.DateFormatStringExcelSpreadSheetWriter. getDateTimeFormat()Returns the format for date/time columns.DateFormatStringFixedTabularSpreadSheetWriter. getDateTimeFormat()Returns the format for date/time columns.DateFormatStringAutoWidthTabularSpreadSheetWriter. getDateTimeMsecFormat()Returns the format for date/time msec columns.DateFormatStringCsvSpreadSheetWriter. getDateTimeMsecFormat()Returns the format for date/time msec columns.DateFormatStringFixedTabularSpreadSheetWriter. getDateTimeMsecFormat()Returns the format for date/time msec columns.protected DateFormatStringSimpleArffSpreadSheetWriter. getDefaultFormat()Returns the default format to use.DateFormatStringAutoWidthTabularSpreadSheetWriter. getTimeFormat()Returns the format for time columns.DateFormatStringCsvSpreadSheetWriter. getTimeFormat()Returns the format for time columns.DateFormatStringExcelSpreadSheetWriter. getTimeFormat()Returns the format for time columns.DateFormatStringFixedTabularSpreadSheetWriter. getTimeFormat()Returns the format for time columns.DateFormatStringCsvSpreadSheetWriter. getTimeMsecFormat()Returns the format for time msec columns.DateFormatStringSimpleTimeseriesWriter. 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 voidAutoWidthTabularSpreadSheetWriter. setDateFormat(DateFormatString value)Sets the format for date columns.voidCsvSpreadSheetWriter. setDateFormat(DateFormatString value)Sets the format for date columns.voidExcelSpreadSheetWriter. setDateFormat(DateFormatString value)Sets the format for date columns.voidFixedTabularSpreadSheetWriter. setDateFormat(DateFormatString value)Sets the format for date columns.voidSimpleArffSpreadSheetWriter. setDateFormat(DateFormatString value)Sets the date format string to use.voidAutoWidthTabularSpreadSheetWriter. setDateTimeFormat(DateFormatString value)Sets the format for date/time columns.voidCsvSpreadSheetWriter. setDateTimeFormat(DateFormatString value)Sets the format for date/time columns.voidExcelSpreadSheetWriter. setDateTimeFormat(DateFormatString value)Sets the format for date/time columns.voidFixedTabularSpreadSheetWriter. setDateTimeFormat(DateFormatString value)Sets the format for date/time columns.voidAutoWidthTabularSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)Sets the format for date/time msec columns.voidCsvSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)Sets the format for date/time msec columns.voidFixedTabularSpreadSheetWriter. setDateTimeMsecFormat(DateFormatString value)Sets the format for date/time msec columns.voidAutoWidthTabularSpreadSheetWriter. setTimeFormat(DateFormatString value)Sets the format for time columns.voidCsvSpreadSheetWriter. setTimeFormat(DateFormatString value)Sets the format for time columns.voidExcelSpreadSheetWriter. setTimeFormat(DateFormatString value)Sets the format for time columns.voidFixedTabularSpreadSheetWriter. setTimeFormat(DateFormatString value)Sets the format for time columns.voidCsvSpreadSheetWriter. setTimeMsecFormat(DateFormatString value)Sets the format for time msec columns.voidSimpleTimeseriesWriter. 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 DateFormatStringByDateValue. m_Formatthe format string.Methods in adams.data.spreadsheet.rowfinder that return DateFormatString Modifier and Type Method Description DateFormatStringByDateValue. 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 voidByDateValue. 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 DateFormatStringValues. m_TimestampFormatthe timestamp format.Methods in adams.data.timeseries that return DateFormatString Modifier and Type Method Description DateFormatStringValues. 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 voidValues. 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 DateFormatStringTimestampFile. m_Formatthe format to use.Methods in adams.flow.control.flowrestart.notification that return DateFormatString Modifier and Type Method Description protected DateFormatStringTimestampFile. getDefaultFormat()Returns the default format to use.DateFormatStringTimestampFile. getFormat()Returns the format string in use.Methods in adams.flow.control.flowrestart.notification with parameters of type DateFormatString Modifier and Type Method Description voidTimestampFile. 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 DateFormatStringLogFile. m_Formatthe format to use.Methods in adams.flow.sink.sendnotification that return DateFormatString Modifier and Type Method Description protected DateFormatStringLogFile. getDefaultFormat()Returns the default format to use.DateFormatStringLogFile. getFormat()Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'Methods in adams.flow.sink.sendnotification with parameters of type DateFormatString Modifier and Type Method Description voidLogFile. setFormat(DateFormatString value)Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.' -
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 DateFormatStringTimestampedFormat. m_TimestampFormatthe timestamp format.Methods in adams.flow.sink.simplelogging.format that return DateFormatString Modifier and Type Method Description DateFormatStringTimestampedFormat. getTimestampFormat()Returns the format for the timestamp.Methods in adams.flow.sink.simplelogging.format with parameters of type DateFormatString Modifier and Type Method Description voidTimestampedFormat. 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 DateFormatStringTimeseriesInfo. m_Formatthe format string to use for the timestamps.protected DateFormatStringTimestamp. m_Formatthe format to use.Methods in adams.flow.transformer that return DateFormatString Modifier and Type Method Description protected DateFormatStringTimestamp. getDefaultFormat()Returns the default format to use.DateFormatStringTimeseriesInfo. getFormat()Returns the format in use for the timestamps.DateFormatStringTimestamp. getFormat()Returns the format string in use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.'Methods in adams.flow.transformer with parameters of type DateFormatString Modifier and Type Method Description voidTimeseriesInfo. setFormat(DateFormatString value)Sets the format to use for the timestamps.voidTimestamp. setFormat(DateFormatString value)Sets the format string to use; use single quotes for non-format chars, eg: "yyyyMMdd'T'HHmmss.' -
Uses of DateFormatString in adams.parser.spreadsheetquery
Methods in adams.parser.spreadsheetquery that return DateFormatString Modifier and Type Method Description DateFormatStringParserHelper. getDateFormatString()Returns the format string of the current date/time format.
-