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 DateFormat
DateUtils. getDateFormatter()
Returns a date formatting object, initialized with date format.static DateFormat
DateUtils. getTimeFormatter()
Returns a time formatting object, initialized with time format.static DateFormat
DateUtils. getTimeFormatterMsecs()
Returns a time formatting object, initialized with time format (incl msecs).static DateFormat
DateUtils. getTimestampFormatter()
Returns a date formatting object, initialized with timestamp format.static DateFormat
DateUtils. 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 boolean
DateUtils. checkDate(String s, DateFormat df)
Checks whether the string represents a date.static boolean
DateUtils. checkDateTime(String s, DateFormat df)
Checks whether the string represents a date/time.static boolean
DateUtils. checkDateTimeMsec(String s, DateFormat df)
Checks whether the string represents a date/time msec.static boolean
DateUtils. checkTime(String s, DateFormat df)
Checks whether the string represents a time.static boolean
DateUtils. 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 DateFormat
BaseDate. m_Format
for formatting/parsing the dates.protected static DateFormat
BaseDateTime. m_Format
for formatting/parsing the dates.protected static DateFormat
BaseDateTimeMsec. m_Format
for formatting/parsing the dates.protected static DateFormat
BaseTime. m_Format
for formatting/parsing the dates.protected static DateFormat
BaseTimeMsec. m_Format
for formatting/parsing the dates.Methods in adams.core.base that return DateFormat Modifier and Type Method Description protected static DateFormat
BaseDate. getFormat()
Returns the formatter.protected static DateFormat
BaseDateTime. getFormat()
Returns the formatter.protected static DateFormat
BaseDateTimeMsec. getFormat()
Returns the formatter.protected static DateFormat
BaseTime. getFormat()
Returns the formatter.protected static DateFormat
BaseTimeMsec. 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 DateFormat
TimestampFilenameGenerator. m_Formatter
for generating the timestamp.Methods in adams.core.io that return DateFormat Modifier and Type Method Description protected DateFormat
TimestampFilenameGenerator. 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 DateFormat
LoggingHelper. m_DateFormat
the formatter for the timestamp.Methods in adams.core.logging that return DateFormat Modifier and Type Method Description protected static DateFormat
LoggingHelper. 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 DateFormat
CompactFlowProducer. m_DateFormat
for formatting dates.protected static DateFormat
NestedProducer. m_DateFormat
for formatting dates.Methods in adams.core.option that return DateFormat Modifier and Type Method Description protected DateFormat
CompactFlowProducer. getDateFormat()
Returns the formatter for the timestamps.protected DateFormat
NestedProducer. 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 DateFormat
DateFormatString. toDateFormat()
Returns a configuredDateFormat
object.DateFormat
DateFormatString. toDateFormat(TimeZone tz)
Returns a configuredDateFormat
object. -
Uses of DateFormat in adams.data.conversion
Fields in adams.data.conversion declared as DateFormat Modifier and Type Field Description protected DateFormat
DateTimeTypeToString. m_Formatter
the formatter.protected DateFormat
SpreadSheetStringColumnToDate. m_Formatter
the date formatter in use.protected DateFormat
SpreadSheetStringColumnToDateTime. m_Formatter
the date formatter in use.protected DateFormat
SpreadSheetStringColumnToDateTimeMsec. m_Formatter
the date formatter in use.protected DateFormat
SpreadSheetStringColumnToTime. m_Formatter
the formatter in use.protected DateFormat
SpreadSheetStringColumnToTimeMsec. m_Formatter
the formatter in use.protected DateFormat
StringToDateTimeType. m_Formatter
the formatter.protected DateFormat
TimeToString. m_Formatter
the formatter to use.protected DateFormat
ExtractDateTimeField. m_FormatterCustom
the formatter for the custom format.protected DateFormat
ExtractDateTimeField. m_FormatterDayOfWeek
the 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 DateFormat
CsvSpreadSheetReader.ChunkReader. m_DateFormat
the date format.protected DateFormat
CsvSpreadSheetReader.ChunkReader. m_DateTimeFormat
the date/time format.protected DateFormat
CsvSpreadSheetReader.ChunkReader. m_DateTimeMsecFormat
the date/time msec format.protected DateFormat
CsvSpreadSheetReader.ChunkReader. m_TimeFormat
the time format.protected DateFormat
CsvSpreadSheetReader.ChunkReader. m_TimeMsecFormat
the time/smec format.Methods in adams.data.io.input that return DateFormat Modifier and Type Method Description protected DateFormat
SimpleArffSpreadSheetReader. 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 DateFormat
CsvSpreadSheetWriter. m_DateFormatter
the date formatter.protected DateFormat
CsvSpreadSheetWriter. m_DateTimeFormatter
the date/time formatter.protected DateFormat
CsvSpreadSheetWriter. m_DateTimeMsecFormatter
the date/time msec formatter.protected DateFormat
SimpleArffSpreadSheetWriter. m_Formatter
for generating the timestamp.protected DateFormat
CsvSpreadSheetWriter. m_TimeFormatter
the time formatter.protected DateFormat
CsvSpreadSheetWriter. m_TimeMsecFormatter
the time msec formatter.Methods in adams.data.io.output that return DateFormat Modifier and Type Method Description protected DateFormat
CsvSpreadSheetWriter. getDateFormatter()
Returns the formatter for dates.protected DateFormat
CsvSpreadSheetWriter. getDateTimeFormatter()
Returns the formatter for date/times.protected DateFormat
CsvSpreadSheetWriter. getDateTimeMsecFormatter()
Returns the formatter for date/time msecs.protected DateFormat
SimpleArffSpreadSheetWriter. getFormatter()
Returns the instance of a date formatter to use.protected DateFormat
CsvSpreadSheetWriter. getTimeFormatter()
Returns the formatter for times.protected DateFormat
CsvSpreadSheetWriter. 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 DateFormat
DefaultSpreadSheet. m_DateFormat
for formatting dates.protected DateFormat
DefaultSpreadSheet. m_DateTimeFormat
for formatting date/times.protected DateFormat
DefaultSpreadSheet. m_DateTimeMsecFormat
for formatting date/time msecs.protected DateFormat
DefaultSpreadSheet. m_TimeFormat
for formatting times.protected DateFormat
DefaultSpreadSheet. m_TimeMsecFormat
for formatting times with msec.Methods in adams.data.spreadsheet that return DateFormat Modifier and Type Method Description DateFormat
DefaultSpreadSheet. getDateFormat()
Returns the date formatter.DateFormat
SpreadSheet. getDateFormat()
Returns the date formatter.DateFormat
SpreadSheetView. getDateFormat()
Returns the date formatter.DateFormat
DefaultSpreadSheet. getDateTimeFormat()
Returns the date/time formatter.DateFormat
SpreadSheet. getDateTimeFormat()
Returns the date/time formatter.DateFormat
SpreadSheetView. getDateTimeFormat()
Returns the date/time formatter.DateFormat
DefaultSpreadSheet. getDateTimeMsecFormat()
Returns the date/time msec formatter.DateFormat
SpreadSheet. getDateTimeMsecFormat()
Returns the date/time msec formatter.DateFormat
SpreadSheetView. getDateTimeMsecFormat()
Returns the date/time msec formatter.DateFormat
DefaultSpreadSheet. getTimeFormat()
Returns the time formatter.DateFormat
SpreadSheet. getTimeFormat()
Returns the time formatter.DateFormat
SpreadSheetView. getTimeFormat()
Returns the time formatter.DateFormat
DefaultSpreadSheet. getTimeMsecFormat()
Returns the time/msec formatter.DateFormat
SpreadSheet. getTimeMsecFormat()
Returns the time/msec formatter.DateFormat
SpreadSheetView. 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 DateFormat
TimeseriesPoint. m_DateFormat
for formatting dates.Methods in adams.data.timeseries that return DateFormat Modifier and Type Method Description protected DateFormat
TimeseriesPoint. 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 DateFormat
LogEntry. m_DateFormat
the formatter for the generation timestamp.Methods in adams.db that return DateFormat Modifier and Type Method Description protected DateFormat
LogEntry. 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 DateFormat
AbstractDataContainerFileChecker. m_Formatter
the formatter for logging the dates.Methods in adams.flow.control that return DateFormat Modifier and Type Method Description protected DateFormat
AbstractDataContainerFileChecker. 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 DateFormat
TimestampFile. m_Formatter
for generating the timestamp.Methods in adams.flow.control.flowrestart.notification that return DateFormat Modifier and Type Method Description protected DateFormat
TimestampFile. 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 DateFormat
CurrentlyExecuted. m_DateFormat
the date formatter for the timestamps.protected DateFormat
ExecutionLog. m_DateFormat
the 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 DateFormat
LogFile. m_Formatter
for generating the timestamp.Methods in adams.flow.sink.sendnotification that return DateFormat Modifier and Type Method Description protected DateFormat
LogFile. 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 DateFormat
TimestampedFormat. m_TimestampFormatter
the 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 DateFormat
WekaInstancesInfo. m_DateFormat
for formatting dates.protected DateFormat
TimeseriesInfo. m_Formatter
the formatter.protected DateFormat
Timestamp. m_Formatter
for generating the timestamp.Methods in adams.flow.transformer that return DateFormat Modifier and Type Method Description protected DateFormat
Timestamp. 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 DateFormat
AbstractDateBasedChooserPanel. m_Formatter
the formatter for the date.Methods in adams.gui.chooser that return DateFormat Modifier and Type Method Description protected abstract DateFormat
AbstractDateBasedChooserPanel. createFormatter()
Creates an instance of the date formatter to use.protected DateFormat
DateChooserPanel. createFormatter()
Creates an instance of the date formatter to use.protected DateFormat
DateTimeChooserPanel. createFormatter()
Creates an instance of the date formatter to use.protected DateFormat
TimeChooserPanel. createFormatter()
Creates an instance of the date formatter to use.protected DateFormat
AbstractDateBasedChooserPanel. 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 DateFormat
DateTextField.DateCheckModel. m_DateFormat
the formatter object.protected DateFormat
FileWrapperTableModel. m_DateFormat
the date formatter.Methods in adams.gui.core that return DateFormat Modifier and Type Method Description protected DateFormat
DateTextField.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 DateFormat
InvestigatorPanel. m_StatusBarDateFormat
for 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 DateFormat
DefaultAnalysisPanel. m_Formatter
the 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 DateFormat
ReportDateFieldPaintlet. m_DateFormat
the date formatter.protected DateFormat
ReportDateFieldRangePaintlet. m_DateFormat
the date formatter.Methods in adams.gui.visualization.report that return DateFormat Modifier and Type Method Description protected DateFormat
ReportDateFieldPaintlet. getDateFormat()
Returns the formatter/parser.protected DateFormat
ReportDateFieldRangePaintlet. 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 DateFormat
DatasetView. getDateFormat()
Returns the date formatter.DateFormat
InstancesView. getDateFormat()
Returns the date formatter.DateFormat
DatasetView. getDateTimeFormat()
Returns the date/time formatter.DateFormat
InstancesView. getDateTimeFormat()
Returns the date/time formatter.DateFormat
DatasetView. getDateTimeMsecFormat()
Returns the date/time msec formatter.DateFormat
InstancesView. getDateTimeMsecFormat()
Returns the date/time msec formatter.DateFormat
DatasetView. getTimeFormat()
Returns the time formatter.DateFormat
InstancesView. getTimeFormat()
Returns the time formatter.DateFormat
DatasetView. getTimeMsecFormat()
Returns the time/msec formatter.DateFormat
InstancesView. 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 DateFormat
Scanner. m_Format
Methods in adams.parser.basedate that return DateFormat Modifier and Type Method Description protected static DateFormat
Scanner. 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 DateFormat
Scanner. m_Format
Methods in adams.parser.basedatetime that return DateFormat Modifier and Type Method Description protected static DateFormat
Scanner. 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 DateFormat
Scanner. m_Format
Methods in adams.parser.basedatetimemsec that return DateFormat Modifier and Type Method Description protected static DateFormat
Scanner. 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 DateFormat
Scanner. m_Format
Methods in adams.parser.basetime that return DateFormat Modifier and Type Method Description protected static DateFormat
Scanner. 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 DateFormat
Scanner. m_Format
Methods in adams.parser.basetimemsec that return DateFormat Modifier and Type Method Description protected static DateFormat
Scanner. 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 DateFormat
ParserHelper. m_DateFormat
for formatting dates.Methods in adams.parser.spreadsheetquery that return DateFormat Modifier and Type Method Description DateFormat
ParserHelper. getDateFormat()
Returns the date formatter.
-