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 NotesNotes. getClone()Returns a deep copy of this object.NotesNotes. getErrors()Returns the error subset.NotesMutableNotesHandler. getNotes()Returns the currently stored notes.NotesNotesHandler. getNotes()Returns the currently stored notes.NotesNotes. getOthers()Returns the other notes, not warning/error/process information.NotesNotes. getPrefixSubset(String prefix)Returns the subset for the given prefix, e.g., PROCESS_INFORMATION.NotesNotes. getProcessInformation()Returns the process information subset.NotesNotes. getSubset(String regex)Returns the subset for the given prefix.NotesNotes. getWarnings()Returns the warning subset.NotesNotes. minus(Notes exclude)Returns all the notes after removing the provided ones.NotesNotes. 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 voidNotes. mergeWith(Notes other)Merges the currently stored notes with the specified ones.NotesNotes. minus(Notes exclude)Returns all the notes after removing the provided ones.NotesNotes. 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 NotesAbstractSimpleContainer. m_Notesthe notes.Methods in adams.data.container that return Notes Modifier and Type Method Description NotesAbstractSimpleContainer. getNotes()Returns the currently stored notes.Methods in adams.data.container with parameters of type Notes Modifier and Type Method Description voidAbstractSimpleContainer. 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 NotesInstance. m_Notesthe notes for the chromatogram.Methods in adams.data.instance that return Notes Modifier and Type Method Description NotesInstance. 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 NotesTimeseries. m_Notesthe notes.Methods in adams.data.timeseries that return Notes Modifier and Type Method Description NotesTimeseries. 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 NotesNotesPropertyExtractor. 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 NotesSpreadSheetRow. m_Notesthe notes for the chromatogram.Methods in adams.gui.visualization.spreadsheet that return Notes Modifier and Type Method Description NotesSpreadSheetRow. getNotes()Returns the currently stored notes.
-