- addDays(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of days to the given calendar.
- addDays(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of days to the given date.
- addHours(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of hours to the given calendar.
- addHours(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of hours to the given date.
- addLine(String) - Method in class prompt.csv.data.CSVLog
-
- addMillis(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of millis to the given calendar.
- addMillis(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of millis to the given date.
- addMinutes(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of minutes to the given calendar.
- addMinutes(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of minutes to the given date.
- addMonths(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of months to the given calendar.
- addMonths(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of months to the given date.
- addSeconds(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of seconds to the given calendar.
- addSeconds(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of seconds to the given date.
- addYears(Calendar, int) - Static method in class prompt.csv.utils.CalendarUtil
-
Add the given amount of years to the given calendar.
- addYears(Date, int) - Static method in class prompt.csv.utils.DateUtil
-
Add the given amount of years to the given date.
- available() - Method in class prompt.csv.utils.UnicodeBOMInputStream
- DateUtil - Class in prompt.csv.utils
-
Useful Date utilities.
- decorateElement(XAttributable, String, String, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a string
value
- decorateElement(XAttributable, String, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a string
value
- decorateElement(XAttributable, String, Double, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a double
value
- decorateElement(XAttributable, String, Double) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a double
value
- decorateElement(XAttributable, String, Date, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a date
value
- decorateElement(XAttributable, String, Date) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a date
value
- decorateElement(XAttributable, String, Boolean, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a boolean
value
- decorateElement(XAttributable, String, Boolean) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a boolean
value
- decorateElement(XAttributable, String, Long, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a long
value
- decorateElement(XAttributable, String, Long) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with a boolean
value
- decorateElement(XAttributable, String, Integer, String) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with an
integer value
- decorateElement(XAttributable, String, Integer) - Static method in class prompt.csv.utils.XLogHelper
-
This method can be used to decorate an XAttributable
element
(such as XLog
, XTrace
, and XEvent
) with an
integer value
- determineDateFormat(String) - Static method in class prompt.csv.utils.DateUtil
-
Determine SimpleDateFormat pattern matching with the given date string.
- dk.dtu.caseid - package dk.dtu.caseid
-
- DummyGlobalContext - Class in prompt.csv.utils.context
-
- DummyGlobalContext() - Constructor for class prompt.csv.utils.context.DummyGlobalContext
-
- DummyPluginContext - Class in prompt.csv.utils.context
-
- DummyPluginContext(GlobalContext, String) - Constructor for class prompt.csv.utils.context.DummyPluginContext
-
- DummyPluginContext(AbstractPluginContext, String) - Constructor for class prompt.csv.utils.context.DummyPluginContext
-
- DummyProgress - Class in prompt.csv.utils.context
-
- DummyProgress() - Constructor for class prompt.csv.utils.context.DummyProgress
-
- elapsedDays(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed days between the two given calendars.
- elapsedDays(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed days between the two given dates.
- elapsedHours(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed hours between the two given calendars.
- elapsedHours(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed hours between the two given dates.
- elapsedMillis(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed milliseconds between the two given calendars.
- elapsedMillis(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed milliseconds between the two given dates.
- elapsedMinutes(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed minutes between the two given calendars.
- elapsedMinutes(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed minutes between the two given dates.
- elapsedMonths(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed months between the two given calendars.
- elapsedMonths(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed months between the two given dates.
- elapsedSeconds(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed seconds between the two given calendars.
- elapsedSeconds(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed seconds between the two given dates.
- elapsedTime(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Calculate the total of elapsed time from years up to seconds between the two given calendars.
- elapsedTime(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Calculate the total of elapsed time from years up to seconds between the two given dates.
- elapsedYears(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Retrieve the amount of elapsed years between the two given calendars.
- elapsedYears(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Retrieve the amount of elapsed years between the two given dates.
- export(UIPluginContext, JProgressBar) - Method in class prompt.csv.data.CSVLog
-
- sameDay(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year, month and day.
- sameDay(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year, month and day.
- sameHour(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year, month, day and
hour.
- sameHour(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year, month, day and
hour.
- sameMinute(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year, month, day,
hour and minute.
- sameMinute(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year, month, day, hour
and minute.
- sameMonth(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year and month.
- sameMonth(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year and month.
- sameSecond(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year, month, day,
hour, minute and second.
- sameSecond(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year, month, day, hour,
minute and second.
- sameTime(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same time.
- sameYear(Calendar, Calendar) - Static method in class prompt.csv.utils.CalendarUtil
-
Returns true if the two given calendars are dated on the same year.
- sameYear(Date, Date) - Static method in class prompt.csv.utils.DateUtil
-
Returns true if the two given dates are dated on the same year.
- setCaption(String) - Method in class prompt.csv.utils.context.DummyProgress
-
- setEvent(List<String>) - Method in class prompt.csv.data.SortedEvent
-
- setEventnameIndex(int) - Method in class prompt.csv.data.ICIrequiredFields
-
- setFullLog(boolean) - Method in class prompt.csv.data.ICIrequiredFields
-
- setIndeterminate(boolean) - Method in class prompt.csv.utils.context.DummyProgress
-
- setMaximum(int) - Method in class prompt.csv.utils.context.DummyProgress
-
- setMinimum(int) - Method in class prompt.csv.utils.context.DummyProgress
-
- setRole(int, FIELD_ROLE) - Method in class prompt.csv.data.CSVLog
-
- setSamplingMethod(int) - Method in class prompt.csv.data.ICIrequiredFields
-
- setSamplingSize(int) - Method in class prompt.csv.data.ICIrequiredFields
-
- setSelection(boolean) - Method in class prompt.csv.plugin.PromptParameters
-
- setTimestamp(Calendar) - Method in class prompt.csv.data.SortedEvent
-
- setTimestampIndex(int) - Method in class prompt.csv.data.ICIrequiredFields
-
- setType(int, FIELD_TYPE) - Method in class prompt.csv.data.CSVLog
-
- setValue(int) - Method in class prompt.csv.utils.context.DummyProgress
-
- skip(long) - Method in class prompt.csv.utils.UnicodeBOMInputStream
- skipBOM() - Method in class prompt.csv.utils.UnicodeBOMInputStream
-
Skips the BOM
that was found in the wrapped
InputStream
object.
- sortCSV(CSVLog, int) - Static method in class iciPlugin.gr
-
- sortCSV(CSVLog, int) - Method in class prompt.csv.plugin.CaseIdentifier
-
- SortedEvent - Class in prompt.csv.data
-
- SortedEvent(List<String>, String) - Constructor for class prompt.csv.data.SortedEvent
-