Uses of Class
adams.data.Notes
-
Packages that use Notes Package Description adams.data adams.data.container adams.data.instance adams.data.timeseries adams.flow.sink adams.gui.visualization.debug.propertyextractor adams.gui.visualization.spreadsheet -
-
Uses of Notes in adams.data
Methods in adams.data that return Notes Modifier and Type Method Description Notes
Notes. getClone()
Returns a deep copy of this object.Notes
Notes. getErrors()
Returns the error subset.Notes
MutableNotesHandler. getNotes()
Returns the currently stored notes.Notes
NotesHandler. getNotes()
Returns the currently stored notes.Notes
Notes. getOthers()
Returns the other notes, not warning/error/process information.Notes
Notes. getPrefixSubset(String prefix)
Returns the subset for the given prefix, e.g., PROCESS_INFORMATION.Notes
Notes. getProcessInformation()
Returns the process information subset.Notes
Notes. getSubset(String regex)
Returns the subset for the given prefix.Notes
Notes. getWarnings()
Returns the warning subset.Notes
Notes. minus(Notes exclude)
Returns all the notes after removing the provided ones.Notes
Notes. union(Notes other)
Merges the currently stored notes with the specified ones and returns the new notes (the current ones aren't changed).Methods in adams.data with parameters of type Notes Modifier and Type Method Description void
Notes. mergeWith(Notes other)
Merges the currently stored notes with the specified ones.Notes
Notes. minus(Notes exclude)
Returns all the notes after removing the provided ones.Notes
Notes. union(Notes other)
Merges the currently stored notes with the specified ones and returns the new notes (the current ones aren't changed). -
Uses of Notes in adams.data.container
Fields in adams.data.container declared as Notes Modifier and Type Field Description protected Notes
AbstractSimpleContainer. m_Notes
the notes.Methods in adams.data.container that return Notes Modifier and Type Method Description Notes
AbstractSimpleContainer. getNotes()
Returns the currently stored notes.Methods in adams.data.container with parameters of type Notes Modifier and Type Method Description void
AbstractSimpleContainer. setNotes(Notes value)
Sets the notes to use. -
Uses of Notes in adams.data.instance
Fields in adams.data.instance declared as Notes Modifier and Type Field Description protected Notes
Instance. m_Notes
the notes for the chromatogram.Methods in adams.data.instance that return Notes Modifier and Type Method Description Notes
Instance. getNotes()
Returns the currently stored notes. -
Uses of Notes in adams.data.timeseries
Fields in adams.data.timeseries declared as Notes Modifier and Type Field Description protected Notes
Timeseries. m_Notes
the notes.Methods in adams.data.timeseries that return Notes Modifier and Type Method Description Notes
Timeseries. getNotes()
Returns the currently stored notes. -
Uses of Notes in adams.flow.sink
Methods in adams.flow.sink with parameters of type Notes Modifier and Type Method Description protected String[]
NotesWriter. notesToArray(Notes notes)
Turns the provided notes into an array, if th notes contain anything. -
Uses of Notes in adams.gui.visualization.debug.propertyextractor
Methods in adams.gui.visualization.debug.propertyextractor that return Notes Modifier and Type Method Description protected Notes
NotesPropertyExtractor. getNotes()
Returns the underlying Notes object. -
Uses of Notes in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as Notes Modifier and Type Field Description protected Notes
SpreadSheetRow. m_Notes
the notes for the chromatogram.Methods in adams.gui.visualization.spreadsheet that return Notes Modifier and Type Method Description Notes
SpreadSheetRow. getNotes()
Returns the currently stored notes.
-