Uses of Class
adams.core.DateFormat
-
-
Uses of DateFormat in adams.core
Methods in adams.core that return DateFormat Modifier and Type Method Description static DateFormatDateUtils. getDateFormatter()Returns a date formatting object, initialized with date format.static DateFormatDateUtils. getTimeFormatter()Returns a time formatting object, initialized with time format.static DateFormatDateUtils. getTimeFormatterMsecs()Returns a time formatting object, initialized with time format (incl msecs).static DateFormatDateUtils. getTimestampFormatter()Returns a date formatting object, initialized with timestamp format.static DateFormatDateUtils. getTimestampFormatterMsecs()Returns a date formatting object, initialized with timestamp format that sports milliseconds.Methods in adams.core with parameters of type DateFormat Modifier and Type Method Description static booleanDateUtils. checkDate(String s, DateFormat df)Checks whether the string represents a date.static booleanDateUtils. checkDateTime(String s, DateFormat df)Checks whether the string represents a date/time.static booleanDateUtils. checkDateTimeMsec(String s, DateFormat df)Checks whether the string represents a date/time msec.static booleanDateUtils. checkTime(String s, DateFormat df)Checks whether the string represents a time.static booleanDateUtils. checkTimeMsec(String s, DateFormat df)Checks whether the string represents a time with msecs. -
Uses of DateFormat in adams.core.base
Fields in adams.core.base declared as DateFormat Modifier and Type Field Description protected static DateFormatBaseDate. m_Formatfor formatting/parsing the dates.protected static DateFormatBaseDateTime. m_Formatfor formatting/parsing the dates.protected static DateFormatBaseDateTimeMsec. m_Formatfor formatting/parsing the dates.protected static DateFormatBaseTime. m_Formatfor formatting/parsing the dates.protected static DateFormatBaseTimeMsec. m_Formatfor formatting/parsing the dates.Methods in adams.core.base that return DateFormat Modifier and Type Method Description protected static DateFormatBaseDate. getFormat()Returns the formatter.protected static DateFormatBaseDateTime. getFormat()Returns the formatter.protected static DateFormatBaseDateTimeMsec. getFormat()Returns the formatter.protected static DateFormatBaseTime. getFormat()Returns the formatter.protected static DateFormatBaseTimeMsec. getFormat()Returns the formatter. -
Uses of DateFormat in adams.core.io
Fields in adams.core.io declared as DateFormat Modifier and Type Field Description protected DateFormatTimestampFilenameGenerator. m_Formatterfor generating the timestamp.Methods in adams.core.io that return DateFormat Modifier and Type Method Description protected DateFormatTimestampFilenameGenerator. getFormatter()Returns the instance of a date formatter to use. -
Uses of DateFormat in adams.core.logging
Fields in adams.core.logging declared as DateFormat Modifier and Type Field Description protected static DateFormatLoggingHelper. m_DateFormatthe formatter for the timestamp.Methods in adams.core.logging that return DateFormat Modifier and Type Method Description protected static DateFormatLoggingHelper. getDateFormat()Returns the formatter for the timestamps. -
Uses of DateFormat in adams.core.option
Fields in adams.core.option declared as DateFormat Modifier and Type Field Description protected static DateFormatCompactFlowProducer. m_DateFormatfor formatting dates.protected static DateFormatNestedProducer. m_DateFormatfor formatting dates.Methods in adams.core.option that return DateFormat Modifier and Type Method Description protected DateFormatCompactFlowProducer. getDateFormat()Returns the formatter for the timestamps.protected DateFormatNestedProducer. getDateFormat()Returns the formatter for the timestamps. -
Uses of DateFormat in adams.data
Methods in adams.data that return DateFormat Modifier and Type Method Description DateFormatDateFormatString. toDateFormat()Returns a configuredDateFormatobject.DateFormatDateFormatString. toDateFormat(TimeZone tz)Returns a configuredDateFormatobject. -
Uses of DateFormat in adams.data.conversion
Fields in adams.data.conversion declared as DateFormat Modifier and Type Field Description protected DateFormatDateTimeTypeToString. m_Formatterthe formatter.protected DateFormatSpreadSheetStringColumnToDate. m_Formatterthe date formatter in use.protected DateFormatSpreadSheetStringColumnToDateTime. m_Formatterthe date formatter in use.protected DateFormatSpreadSheetStringColumnToDateTimeMsec. m_Formatterthe date formatter in use.protected DateFormatSpreadSheetStringColumnToTime. m_Formatterthe formatter in use.protected DateFormatSpreadSheetStringColumnToTimeMsec. m_Formatterthe formatter in use.protected DateFormatStringToDateTimeType. m_Formatterthe formatter.protected DateFormatTimeToString. m_Formatterthe formatter to use.protected DateFormatExtractDateTimeField. m_FormatterCustomthe formatter for the custom format.protected DateFormatExtractDateTimeField. m_FormatterDayOfWeekthe formatter for the localized day of week. -
Uses of DateFormat in adams.data.io.input
Fields in adams.data.io.input declared as DateFormat Modifier and Type Field Description protected DateFormatCsvSpreadSheetReader.ChunkReader. m_DateFormatthe date format.protected DateFormatCsvSpreadSheetReader.ChunkReader. m_DateTimeFormatthe date/time format.protected DateFormatCsvSpreadSheetReader.ChunkReader. m_DateTimeMsecFormatthe date/time msec format.protected DateFormatCsvSpreadSheetReader.ChunkReader. m_TimeFormatthe time format.protected DateFormatCsvSpreadSheetReader.ChunkReader. m_TimeMsecFormatthe time/smec format.Methods in adams.data.io.input that return DateFormat Modifier and Type Method Description protected DateFormatSimpleArffSpreadSheetReader. getAttributeDateFormat(String line)Extracts the date format for the attribute from the line. -
Uses of DateFormat in adams.data.io.output
Fields in adams.data.io.output declared as DateFormat Modifier and Type Field Description protected DateFormatCsvSpreadSheetWriter. m_DateFormatterthe date formatter.protected DateFormatCsvSpreadSheetWriter. m_DateTimeFormatterthe date/time formatter.protected DateFormatCsvSpreadSheetWriter. m_DateTimeMsecFormatterthe date/time msec formatter.protected DateFormatSimpleArffSpreadSheetWriter. m_Formatterfor generating the timestamp.protected DateFormatCsvSpreadSheetWriter. m_TimeFormatterthe time formatter.protected DateFormatCsvSpreadSheetWriter. m_TimeMsecFormatterthe time msec formatter.Methods in adams.data.io.output that return DateFormat Modifier and Type Method Description protected DateFormatCsvSpreadSheetWriter. getDateFormatter()Returns the formatter for dates.protected DateFormatCsvSpreadSheetWriter. getDateTimeFormatter()Returns the formatter for date/times.protected DateFormatCsvSpreadSheetWriter. getDateTimeMsecFormatter()Returns the formatter for date/time msecs.protected DateFormatSimpleArffSpreadSheetWriter. getFormatter()Returns the instance of a date formatter to use.protected DateFormatCsvSpreadSheetWriter. getTimeFormatter()Returns the formatter for times.protected DateFormatCsvSpreadSheetWriter. getTimeMsecFormatter()Returns the formatter for times with milli-seconds. -
Uses of DateFormat in adams.data.spreadsheet
Fields in adams.data.spreadsheet declared as DateFormat Modifier and Type Field Description protected DateFormatDefaultSpreadSheet. m_DateFormatfor formatting dates.protected DateFormatDefaultSpreadSheet. m_DateTimeFormatfor formatting date/times.protected DateFormatDefaultSpreadSheet. m_DateTimeMsecFormatfor formatting date/time msecs.protected DateFormatDefaultSpreadSheet. m_TimeFormatfor formatting times.protected DateFormatDefaultSpreadSheet. m_TimeMsecFormatfor formatting times with msec.Methods in adams.data.spreadsheet that return DateFormat Modifier and Type Method Description DateFormatDefaultSpreadSheet. getDateFormat()Returns the date formatter.DateFormatSpreadSheet. getDateFormat()Returns the date formatter.DateFormatSpreadSheetView. getDateFormat()Returns the date formatter.DateFormatDefaultSpreadSheet. getDateTimeFormat()Returns the date/time formatter.DateFormatSpreadSheet. getDateTimeFormat()Returns the date/time formatter.DateFormatSpreadSheetView. getDateTimeFormat()Returns the date/time formatter.DateFormatDefaultSpreadSheet. getDateTimeMsecFormat()Returns the date/time msec formatter.DateFormatSpreadSheet. getDateTimeMsecFormat()Returns the date/time msec formatter.DateFormatSpreadSheetView. getDateTimeMsecFormat()Returns the date/time msec formatter.DateFormatDefaultSpreadSheet. getTimeFormat()Returns the time formatter.DateFormatSpreadSheet. getTimeFormat()Returns the time formatter.DateFormatSpreadSheetView. getTimeFormat()Returns the time formatter.DateFormatDefaultSpreadSheet. getTimeMsecFormat()Returns the time/msec formatter.DateFormatSpreadSheet. getTimeMsecFormat()Returns the time/msec formatter.DateFormatSpreadSheetView. getTimeMsecFormat()Returns the time/msec formatter. -
Uses of DateFormat in adams.data.timeseries
Fields in adams.data.timeseries declared as DateFormat Modifier and Type Field Description protected static DateFormatTimeseriesPoint. m_DateFormatfor formatting dates.Methods in adams.data.timeseries that return DateFormat Modifier and Type Method Description protected DateFormatTimeseriesPoint. getDateFormat()Returns the formatter for the timestamps. -
Uses of DateFormat in adams.db
Fields in adams.db declared as DateFormat Modifier and Type Field Description protected static DateFormatLogEntry. m_DateFormatthe formatter for the generation timestamp.Methods in adams.db that return DateFormat Modifier and Type Method Description protected DateFormatLogEntry. getDateFormat()Returns the formatter for the timestamps. -
Uses of DateFormat in adams.flow.control
Fields in adams.flow.control declared as DateFormat Modifier and Type Field Description protected DateFormatAbstractDataContainerFileChecker. m_Formatterthe formatter for logging the dates.Methods in adams.flow.control that return DateFormat Modifier and Type Method Description protected DateFormatAbstractDataContainerFileChecker. getFormatter()Returns the formatter for dates (used in the log). -
Uses of DateFormat in adams.flow.control.flowrestart.notification
Fields in adams.flow.control.flowrestart.notification declared as DateFormat Modifier and Type Field Description protected DateFormatTimestampFile. m_Formatterfor generating the timestamp.Methods in adams.flow.control.flowrestart.notification that return DateFormat Modifier and Type Method Description protected DateFormatTimestampFile. getFormatter()Returns the instance of a date formatter to use. -
Uses of DateFormat in adams.flow.execution
Fields in adams.flow.execution declared as DateFormat Modifier and Type Field Description protected DateFormatCurrentlyExecuted. m_DateFormatthe date formatter for the timestamps.protected DateFormatExecutionLog. m_DateFormatthe date formatter to use. -
Uses of DateFormat in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as DateFormat Modifier and Type Field Description protected DateFormatLogFile. m_Formatterfor generating the timestamp.Methods in adams.flow.sink.sendnotification that return DateFormat Modifier and Type Method Description protected DateFormatLogFile. getFormatter()Returns the instance of a date formatter to use. -
Uses of DateFormat in adams.flow.sink.simplelogging.format
Fields in adams.flow.sink.simplelogging.format declared as DateFormat Modifier and Type Field Description protected DateFormatTimestampedFormat. m_TimestampFormatterthe date formatter in use. -
Uses of DateFormat in adams.flow.transformer
Fields in adams.flow.transformer declared as DateFormat Modifier and Type Field Description protected DateFormatWekaInstancesInfo. m_DateFormatfor formatting dates.protected DateFormatTimeseriesInfo. m_Formatterthe formatter.protected DateFormatTimestamp. m_Formatterfor generating the timestamp.Methods in adams.flow.transformer that return DateFormat Modifier and Type Method Description protected DateFormatTimestamp. getFormatter()Returns the instance of a date formatter to use. -
Uses of DateFormat in adams.gui.chooser
Fields in adams.gui.chooser declared as DateFormat Modifier and Type Field Description protected DateFormatAbstractDateBasedChooserPanel. m_Formatterthe formatter for the date.Methods in adams.gui.chooser that return DateFormat Modifier and Type Method Description protected abstract DateFormatAbstractDateBasedChooserPanel. createFormatter()Creates an instance of the date formatter to use.protected DateFormatDateChooserPanel. createFormatter()Creates an instance of the date formatter to use.protected DateFormatDateTimeChooserPanel. createFormatter()Creates an instance of the date formatter to use.protected DateFormatTimeChooserPanel. createFormatter()Creates an instance of the date formatter to use.protected DateFormatAbstractDateBasedChooserPanel. getFormatter()Returns the date formatter in use. -
Uses of DateFormat in adams.gui.core
Fields in adams.gui.core declared as DateFormat Modifier and Type Field Description protected DateFormatDateTextField.DateCheckModel. m_DateFormatthe formatter object.protected DateFormatFileWrapperTableModel. m_DateFormatthe date formatter.Methods in adams.gui.core that return DateFormat Modifier and Type Method Description protected DateFormatDateTextField.DateCheckModel. getDateFormat()Returns the DateFormat object to use, creates it if necessary. -
Uses of DateFormat in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as DateFormat Modifier and Type Field Description protected DateFormatInvestigatorPanel. m_StatusBarDateFormatfor timestamps in the statusbar. -
Uses of DateFormat in adams.gui.tools.wekamultiexperimenter.analysis
Fields in adams.gui.tools.wekamultiexperimenter.analysis declared as DateFormat Modifier and Type Field Description protected DateFormatDefaultAnalysisPanel. m_Formatterthe formatter for the history entries. -
Uses of DateFormat in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as DateFormat Modifier and Type Field Description protected DateFormatReportDateFieldPaintlet. m_DateFormatthe date formatter.protected DateFormatReportDateFieldRangePaintlet. m_DateFormatthe date formatter.Methods in adams.gui.visualization.report that return DateFormat Modifier and Type Method Description protected DateFormatReportDateFieldPaintlet. getDateFormat()Returns the formatter/parser.protected DateFormatReportDateFieldRangePaintlet. getDateFormat()Returns the formatter/parser. -
Uses of DateFormat in adams.ml.data
Methods in adams.ml.data that return DateFormat Modifier and Type Method Description DateFormatDatasetView. getDateFormat()Returns the date formatter.DateFormatInstancesView. getDateFormat()Returns the date formatter.DateFormatDatasetView. getDateTimeFormat()Returns the date/time formatter.DateFormatInstancesView. getDateTimeFormat()Returns the date/time formatter.DateFormatDatasetView. getDateTimeMsecFormat()Returns the date/time msec formatter.DateFormatInstancesView. getDateTimeMsecFormat()Returns the date/time msec formatter.DateFormatDatasetView. getTimeFormat()Returns the time formatter.DateFormatInstancesView. getTimeFormat()Returns the time formatter.DateFormatDatasetView. getTimeMsecFormat()Returns the time/msec formatter.DateFormatInstancesView. getTimeMsecFormat()Returns the time/msec formatter. -
Uses of DateFormat in adams.parser.basedate
Fields in adams.parser.basedate declared as DateFormat Modifier and Type Field Description protected static DateFormatScanner. m_FormatMethods in adams.parser.basedate that return DateFormat Modifier and Type Method Description protected static DateFormatScanner. getFormat()Returns the formatter for parsing. -
Uses of DateFormat in adams.parser.basedatetime
Fields in adams.parser.basedatetime declared as DateFormat Modifier and Type Field Description protected static DateFormatScanner. m_FormatMethods in adams.parser.basedatetime that return DateFormat Modifier and Type Method Description protected static DateFormatScanner. getFormat()Returns the formatter for parsing. -
Uses of DateFormat in adams.parser.basedatetimemsec
Fields in adams.parser.basedatetimemsec declared as DateFormat Modifier and Type Field Description protected static DateFormatScanner. m_FormatMethods in adams.parser.basedatetimemsec that return DateFormat Modifier and Type Method Description protected static DateFormatScanner. getFormat()Returns the formatter for parsing. -
Uses of DateFormat in adams.parser.basetime
Fields in adams.parser.basetime declared as DateFormat Modifier and Type Field Description protected static DateFormatScanner. m_FormatMethods in adams.parser.basetime that return DateFormat Modifier and Type Method Description protected static DateFormatScanner. getFormat()Returns the formatter for parsing. -
Uses of DateFormat in adams.parser.basetimemsec
Fields in adams.parser.basetimemsec declared as DateFormat Modifier and Type Field Description protected static DateFormatScanner. m_FormatMethods in adams.parser.basetimemsec that return DateFormat Modifier and Type Method Description protected static DateFormatScanner. getFormat()Returns the formatter for parsing. -
Uses of DateFormat in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery declared as DateFormat Modifier and Type Field Description protected DateFormatParserHelper. m_DateFormatfor formatting dates.Methods in adams.parser.spreadsheetquery that return DateFormat Modifier and Type Method Description DateFormatParserHelper. getDateFormat()Returns the date formatter.
-