Uses of Class
adams.core.MessageCollection
-
-
Uses of MessageCollection in adams.core
Methods in adams.core with parameters of type MessageCollection Modifier and Type Method Description void
MessageCollection. addAll(MessageCollection msgs)
Adds all the messages. -
Uses of MessageCollection in adams.core.discovery
Methods in adams.core.discovery with parameters of type MessageCollection Modifier and Type Method Description protected static PropertyPath.PropertyContainer
PropertyPath. find(Object src, PropertyPath.Path current, PropertyPath.Path full, MessageCollection errors)
returns the property and object associated with the given path, null if a problem occurred.static PropertyPath.PropertyContainer
PropertyPath. find(Object src, PropertyPath.Path path, MessageCollection errors)
returns the property and object associated with the given path, null if a problem occurred.static PropertyPath.PropertyContainer
PropertyPath. find(Object src, String path, MessageCollection errors)
returns the property and object associated with the given path, null if a problem occurred.static Object
PropertyPath. getValue(Object src, PropertyPath.Path path, MessageCollection errors)
returns the value specified by the given path from the object.static Object
PropertyPath. getValue(Object src, String path, MessageCollection errors)
returns the value specified by the given path from the object.static boolean
PropertyPath. setValue(Object src, PropertyPath.Path path, Object value, MessageCollection errors)
set the given value specified by the given path in the object.static boolean
PropertyPath. setValue(Object src, String path, Object value, MessageCollection errors)
set the given value specified by the given path in the object. -
Uses of MessageCollection in adams.core.io
Methods in adams.core.io with parameters of type MessageCollection Modifier and Type Method Description static byte[]
Bzip2Utils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using bzip2.static byte[]
GzipUtils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using gzip.static byte[]
LzfUtils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using lzf.static byte[]
LzmaUtils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using lzma.static byte[]
XzUtils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using xz.static byte[]
ZstdUtils. compress(byte[] input, MessageCollection errors)
Compresses the specified bytes using zstd.static byte[]
Bzip2Utils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified bzip2 compressed bytes.static byte[]
GzipUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified gzip compressed bytes.static byte[]
LzfUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified lzf compressed bytes.static byte[]
LzmaUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified gzip compressed bytes.static List<File>
RarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)
Unrars the files in a RAR file.static boolean
RarUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)
Unrars the specified file from a RAR file.static List<File>
TarUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)
Decompresses the files in a tar file.static boolean
TarUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)
Decompresses the specified file from a tar file.static byte[]
XzUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified xz compressed bytes.static List<File>
ZipUtils. decompress(File input, File outputDir, boolean createDirs, BaseRegExp match, boolean invertMatch, int bufferSize, MessageCollection errors)
Unzips the files in a ZIP file.static boolean
ZipUtils. decompress(File input, String archiveFile, File output, boolean createDirs, int bufferSize, MessageCollection errors)
Unzips the specified file from a ZIP file.static byte[]
ZstdUtils. decompress(byte[] input, int buffer, MessageCollection errors)
Decompresses the specified zstd compressed bytes.String
MessageDigestType. digest(Object obj, MessageCollection errors)
Generates the digest. -
Uses of MessageCollection in adams.core.io.filechanged
Methods in adams.core.io.filechanged with parameters of type MessageCollection Modifier and Type Method Description protected abstract String
AbstractMessageDigestBasedMonitor. computeDigest(File file, MessageCollection errors)
Generates the message digest, if possible.protected String
FlowFileDigest. computeDigest(File file, MessageCollection errors)
Generates the message digest, if possible.protected String
MessageDigest. computeDigest(File file, MessageCollection errors)
Generates the message digest, if possible. -
Uses of MessageCollection in adams.core.option
Fields in adams.core.option declared as MessageCollection Modifier and Type Field Description protected MessageCollection
AbstractOptionConsumer. m_Errors
for storing errors that occurred while consuming the options.protected MessageCollection
AbstractOptionConsumer. m_Warnings
for storing warnings that occurred while consuming the options.Methods in adams.core.option that return MessageCollection Modifier and Type Method Description MessageCollection
AbstractOptionConsumer. getErrors()
Returns the error log.MessageCollection
OptionConsumer. getErrors()
Returns the error log.MessageCollection
AbstractOptionConsumer. getWarnings()
Returns the warning log.MessageCollection
OptionConsumer. getWarnings()
Returns the warning log.Methods in adams.core.option with parameters of type MessageCollection Modifier and Type Method Description static OptionHandler
OptionUtils. forCommandLine(Class classType, String cmdline, MessageCollection warnings, MessageCollection errors, boolean quiet)
Creates a new instance of an option handler given its command-line, including class name and (optional) arguments to pass to its setOptions method.abstract Object
AbstractCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.Object
AdamsCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.Object
BaseObjectCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.Object
DefaultCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.Object
JenericCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.Object
WekaCommandLineHandler. fromArray(String[] args, MessageCollection errors)
Generates an object from the commandline options.abstract Object
AbstractCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.Object
AdamsCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.Object
BaseObjectCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.Object
DefaultCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.Object
JenericCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.Object
WekaCommandLineHandler. fromCommandLine(String cmd, MessageCollection errors)
Generates an object from the specified commandline.static OptionHandler
AbstractOptionConsumer. fromString(Class<? extends OptionConsumer> cls, String s, MessageCollection errors)
Uses the specified consumer to parse the given string and return the option handler. -
Uses of MessageCollection in adams.data.areaoverlap
Methods in adams.data.areaoverlap with parameters of type MessageCollection Modifier and Type Method Description LocatedObjects
AbstractAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.LocatedObjects
AreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected abstract LocatedObjects
AbstractAreaOverlap. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected LocatedObjects
BoundingBoxBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches.protected LocatedObjects
PolygonBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)
Computes the overlapping areas between the matches. -
Uses of MessageCollection in adams.data.barcode.encode
Methods in adams.data.barcode.encode with parameters of type MessageCollection Modifier and Type Method Description protected abstract BufferedImageContainer
AbstractBarcodeEncoder. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
EAN13. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
PassThrough. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
QRCode. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
UPCA. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.BufferedImageContainer
AbstractBarcodeEncoder. encode(String payload, MessageCollection errors)
Encodes the supplied payload.BufferedImageContainer
AbstractBarcodeEncoder. encode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload. -
Uses of MessageCollection in adams.data.image
Methods in adams.data.image with parameters of type MessageCollection Modifier and Type Method Description static BufferedImage
BufferedImageHelper. fromBytes(byte[] bytes, MessageCollection errors)
Turns the image bytes (eg JPG or PNG) into a BufferedImage.static byte[]
BufferedImageHelper. toBytes(BufferedImage img, String format, MessageCollection errors)
Turns an image into a byte array. -
Uses of MessageCollection in adams.data.io.input
Fields in adams.data.io.input declared as MessageCollection Modifier and Type Field Description protected MessageCollection
AbstractFlowReader. m_Errors
for storing errors.protected MessageCollection
AbstractFlowReader. m_Warnings
for storing warnings.Methods in adams.data.io.input that return MessageCollection Modifier and Type Method Description MessageCollection
AbstractFlowReader. getErrors()
Returns any errors that were encountered while reading.MessageCollection
FlowReader. getErrors()
Returns any errors that were encountered while reading.MessageCollection
AbstractFlowReader. getWarnings()
Returns any warnings that were encountered while reading.MessageCollection
FlowReader. getWarnings()
Returns any warnings that were encountered while reading.Methods in adams.data.io.input with parameters of type MessageCollection Modifier and Type Method Description protected abstract IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.protected IndexedSplitsRuns
JsonIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.protected IndexedSplitsRuns
PropertiesIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. read(File file, MessageCollection errors)
Reads the split definitions from the specified file.IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. read(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader. -
Uses of MessageCollection in adams.data.io.output
Methods in adams.data.io.output with parameters of type MessageCollection Modifier and Type Method Description protected abstract boolean
AbstractIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.protected boolean
JsonIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.protected boolean
PropertiesIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.boolean
AbstractIndexedSplitsRunsWriter. write(File file, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified file.boolean
AbstractIndexedSplitsRunsWriter. write(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.String
AbstractSimpleReportWriter. write(T data, MessageCollection errors)
Performs checks and converts the report to a string.String
ObjectLocationsSpreadSheetWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string.String
OpexObjectLocationsWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string.String
StringReportWriter. write(T data, MessageCollection errors)
Performs checks and converts the report to a string.String
YoloAnnotationsReportWriter. write(Report data, MessageCollection errors)
Performs checks and converts the report to a string. -
Uses of MessageCollection in adams.db
Methods in adams.db with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheet
MetaDataUtils. getMetaData(AbstractDatabaseConnection conn, AbstractTypeMapper mapper, MetaDataType type, String table, MessageCollection errors)
Generates spreadsheet with the metadata. -
Uses of MessageCollection in adams.flow.core
Methods in adams.flow.core with parameters of type MessageCollection Modifier and Type Method Description static PropertyPath.PropertyContainer[]
PropertiesUpdaterHelper. configure(Object obj, BaseString[] props, MessageCollection errors)
Configures the property containers for an object.static Object
PropertyHelper. convertValue(PropertyPath.PropertyContainer cont, String value, MessageCollection errors)
Converts the value into the appropriate object, if possible.protected static Object
PropertyHelper. convertValue(Class cls, String value, MessageCollection errors)
Converts the string value into an object.protected Object
AbstractModelLoader. deserializeFile(MessageCollection errors)
Deserializes the model file.protected Object
WekaClassifierModelLoader. deserializeFile(MessageCollection errors)
Deserializes the model file.protected Object
WekaClustererModelLoader. deserializeFile(MessageCollection errors)
Deserializes the model file.T
AbstractModelLoader. getModel(MessageCollection errors)
Obtains the model, loads it if necessary.protected abstract T
AbstractModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.classifiers.Classifier
WekaClassifierModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.clusterers.Clusterer
WekaClustererModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.protected weka.filters.Filter
WekaFilterModelLoader. getModelFromContainer(AbstractContainer cont, MessageCollection errors)
Retrieves the model from the container.Object
ObjectRetriever. getObject(MessageCollection errors)
Retrieves the object.static Object
CallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable actor, source or transformer.protected static Object
CallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, AbstractCallableActor callable, MessageCollection errors)
Returns the setup obtained from the callable actor, source or transformer.static Object
CallableActorHelper. getSetupFromSource(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable source.static Object
CallableActorHelper. getSetupFromTransformer(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable transformer.protected T
AbstractModelLoader. loadAutomatically(MessageCollection errors)
Loads the model automatically from file/callable actor/storage.protected T
AbstractModelLoader. loadFromCallableActor(MessageCollection errors)
Loads the model from the callable actor.protected T
AbstractModelLoader. loadFromFile(MessageCollection errors)
Loads the model from the specified file.protected T
AbstractModelLoader. loadFromStorage(MessageCollection errors)
Loads the model from the storage item.static Actor
ActorUtils. read(String filename, MessageCollection errors)
Reads an actor from a file.static Actor
ActorUtils. read(String filename, MessageCollection errors, MessageCollection warnings)
Reads an actor from a file.protected Object
ObjectRetriever. retrieveAutomatically(MessageCollection errors)
Retrieves the object automatically from file/callable actor/storage.protected Object
ObjectRetriever. retrieveFromCallableActor(MessageCollection errors)
Retrieves the object from the callable actor.protected Object
ObjectRetriever. retrieveFromStorage(MessageCollection errors)
Retrieves the object from the storage item.protected void
AbstractModelLoader. unhandledContainer(AbstractContainer cont, MessageCollection errors)
Adds an "unhandled container type" error message.protected T
AbstractModelLoader. unwrapModel(Object obj, MessageCollection errors)
Unwraps the model if necessary.static void
PropertiesUpdaterHelper. update(Actor context, Object obj, BaseString[] props, VariableName[] vars, PropertyPath.PropertyContainer[] conts, MessageCollection errors)
Updates the properties of the object using the current values of the variables. -
Uses of MessageCollection in adams.flow.source.wekapackagemanageraction
Methods in adams.flow.source.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract Object
AbstractWekaPackageManagerAction. doExecute(MessageCollection errors)
Executes the action.Object
ListPackages. doExecute(MessageCollection errors)
Executes the action.Object
AbstractWekaPackageManagerAction. execute(MessageCollection errors)
Executes the action. -
Uses of MessageCollection in adams.flow.standalone.wekapackagemanageraction
Methods in adams.flow.standalone.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract void
AbstractWekaPackageManagerAction. doExecute(MessageCollection errors)
Executes the action.void
RefreshCache. doExecute(MessageCollection errors)
Executes the action.void
AbstractWekaPackageManagerAction. execute(MessageCollection errors)
Executes the action. -
Uses of MessageCollection in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type MessageCollection Modifier and Type Method Description protected abstract List<File>
AbstractMultiDecompress. decompress(File inFile, MessageCollection errors)
Decompresses the archive.protected List<File>
UnRAR. decompress(File inFile, MessageCollection errors)
Decompresses the archive.protected List<File>
UnTar. decompress(File inFile, MessageCollection errors)
Decompresses the archive.protected List<File>
UnZIP. decompress(File inFile, MessageCollection errors)
Decompresses the archive. -
Uses of MessageCollection in adams.flow.transformer.arraysubsetgeneration
Methods in adams.flow.transformer.arraysubsetgeneration with parameters of type MessageCollection Modifier and Type Method Description protected abstract Object
AbstractArraySubsetGenerator. doGenerateSubset(Object array, MessageCollection errors)
Generates the subset.protected Object
EveryNth. doGenerateSubset(Object array, MessageCollection errors)
Generates the subset.protected Object
Percentage. doGenerateSubset(Object array, MessageCollection errors)
Generates the subset.protected Object
RangeSubset. doGenerateSubset(Object array, MessageCollection errors)
Generates the subset.protected Object
SimplePercentage. doGenerateSubset(Object array, MessageCollection errors)
Generates the subset.Object
AbstractArraySubsetGenerator. generateSubset(Object array, MessageCollection errors)
Generates the subset. -
Uses of MessageCollection in adams.flow.transformer.exiftagoperation
Methods in adams.flow.transformer.exiftagoperation with parameters of type MessageCollection Modifier and Type Method Description protected abstract O
AbstractExifTagOperation. doProcess(I input, MessageCollection errors)
Processes the incoming data.protected Boolean
ApacheCommonsExifTagExists. doProcess(Object input, MessageCollection errors)
Processes the incoming data.protected Object
ApacheCommonsExifTagRead. doProcess(Object input, MessageCollection errors)
Processes the incoming data.protected Object
ApacheCommonsExifTagRemove. doProcess(Object input, MessageCollection errors)
Processes the incoming data.protected Object
ApacheCommonsExifTagWrite. doProcess(Object input, MessageCollection errors)
Processes the incoming data.O
AbstractExifTagOperation. process(I input, MessageCollection errors)
Processes the incoming data.O
ExifTagOperation. process(I input, MessageCollection errors)
Processes the incoming data. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunsevaluation
Methods in adams.flow.transformer.indexedsplitsrunsevaluation with parameters of type MessageCollection Modifier and Type Method Description protected abstract O
AbstractIndexedSplitsRunsEvaluation. doEvaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.protected WekaEvaluationContainer[]
InstancesIndexedSplitsRunsEvaluation. doEvaluate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.protected String
NullEvaluation. doEvaluate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.O
AbstractIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.O
IndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.protected weka.classifiers.Classifier
InstancesIndexedSplitsRunsEvaluation. getClassifierInstance(MessageCollection errors)
Returns an instance of the callable classifier. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunsgenerator
Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type MessageCollection Modifier and Type Method Description protected abstract IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesGroupedCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesGroupedRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
ManualSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
MultiRunGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
SpreadSheetRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)
Generates the indexed splits.IndexedSplitsRuns
IndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
For post-processing successfully generated splits.protected IndexedSplitsRuns
AbstractInstancesIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
For post-processing successfully generated splits. -
Uses of MessageCollection in adams.flow.transformer.indexedsplitsrunspredictions
Methods in adams.flow.transformer.indexedsplitsrunspredictions with parameters of type MessageCollection Modifier and Type Method Description protected abstract SpreadSheet
AbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
InstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
NullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
AbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
IndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected weka.classifiers.Classifier
InstancesIndexedSplitsRunsPredictions. getClassifierInstance(MessageCollection errors)
Returns an instance of the callable classifier. -
Uses of MessageCollection in adams.flow.transformer.multimapoperation
Methods in adams.flow.transformer.multimapoperation with parameters of type MessageCollection Modifier and Type Method Description protected abstract O
AbstractMultiMapOperation. doProcess(Map[] maps, MessageCollection errors)
Performs the actual processing of the maps.protected Object[]
CommonKeys. doProcess(Map[] maps, MessageCollection errors)
Performs the actual processing of the maps.protected Map
Merge. doProcess(Map[] maps, MessageCollection errors)
Performs the actual processing of the maps.protected Map[]
PassThrough. doProcess(Map[] maps, MessageCollection errors)
Performs the actual processing of the maps.O
AbstractMultiMapOperation. process(Map[] maps, MessageCollection errors)
Processes the containers. -
Uses of MessageCollection in adams.flow.transformer.multispreadsheetoperation
Methods in adams.flow.transformer.multispreadsheetoperation with parameters of type MessageCollection Modifier and Type Method Description protected SpreadSheet
AbstractIndentifiableRowOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected abstract O
AbstractMultiSpreadSheetOperation. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
CommonIDs. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Merge. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet
Overlay. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.protected SpreadSheet[]
PassThrough. doProcess(SpreadSheet[] sheets, MessageCollection errors)
Performs the actual processing of the sheets.O
AbstractMultiSpreadSheetOperation. process(SpreadSheet[] sheets, MessageCollection errors)
Processes the containers. -
Uses of MessageCollection in adams.flow.transformer.wekapackagemanageraction
Methods in adams.flow.transformer.wekapackagemanageraction with parameters of type MessageCollection Modifier and Type Method Description abstract Object
AbstractWekaPackageManagerAction. doExecute(Object input, MessageCollection errors)
Executes the action.Object
InstallFromFile. doExecute(Object input, MessageCollection errors)
Executes the action.Object
InstallFromURL. doExecute(Object input, MessageCollection errors)
Executes the action.Object
InstallOfficial. doExecute(Object input, MessageCollection errors)
Executes the action.Object
InstallPackage. doExecute(Object input, MessageCollection errors)
Executes the action.Object
Uninstall. doExecute(Object input, MessageCollection errors)
Executes the action.Object
AbstractWekaPackageManagerAction. execute(Object input, MessageCollection errors)
Executes the action.protected void
AbstractWekaPackageManagerAction. unhandledInputType(Object input, MessageCollection errors)
Adds an error message that the input type is not supported. -
Uses of MessageCollection in adams.gui.core
Methods in adams.gui.core with parameters of type MessageCollection Modifier and Type Method Description void
AbstractNamedHistoryPanel. deserialize(Object data, MessageCollection errors)
Restores the history. -
Uses of MessageCollection in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type MessageCollection Modifier and Type Method Description protected static Node
TreeHelper. buildTree(Node root, List nested, MessageCollection warnings, MessageCollection errors, ArrayConsumer consumer)
Builds the tree from the nested commandlines.static Node
TreeHelper. buildTree(List nested, MessageCollection warnings, MessageCollection errors)
Builds the tree from the nested commandlines. -
Uses of MessageCollection in adams.gui.tools.previewbrowser
Methods in adams.gui.tools.previewbrowser with parameters of type MessageCollection Modifier and Type Method Description protected BufferedImage
SimpleImageSegmentationAnnotationsHandler. generateOverlay(File file, MessageCollection errors)
Generates the overlay image. -
Uses of MessageCollection in adams.gui.tools.previewbrowser.notes
Methods in adams.gui.tools.previewbrowser.notes with parameters of type MessageCollection Modifier and Type Method Description protected abstract Map<String,String>
AbstractNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
CsvNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
JsonNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
PropertiesNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.protected Map<String,String>
YamlNotesReader. doRead(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file.Map<String,String>
AbstractNotesReader. read(PlaceholderDirectory dir, MessageCollection errors)
Reads the notes from the specified directory.Map<String,String>
AbstractNotesReader. read(PlaceholderFile file, MessageCollection errors)
Reads the notes from the specified file. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor
Methods in adams.gui.tools.spreadsheetprocessor with parameters of type MessageCollection Modifier and Type Method Description abstract void
AbstractWidget. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.processors
Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type MessageCollection Modifier and Type Method Description protected void
AbstractProcessor. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.void
FlowProcessor. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
PassThroughProcessor. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
QueryProcessor. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.protected abstract SpreadSheet
AbstractProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
FlowProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
PassThroughProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected SpreadSheet
QueryProcessor. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.SpreadSheet
AbstractProcessor. process(SpreadSheet data, MessageCollection errors)
Processes the data. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.sources
Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type MessageCollection Modifier and Type Method Description void
ClipboardSource. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
DatabaseSource. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
FileBrowserSource. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
FileSource. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget. -
Uses of MessageCollection in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type MessageCollection Modifier and Type Method Description protected void
AbstractTarget. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.protected void
FileTarget. check(SpreadSheet data, MessageCollection errors)
Hook method for performing checks.void
ChartTarget. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
ClipboardTarget. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
DatabaseTarget. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.void
FileTarget. deserialize(Object data, MessageCollection errors)
Deserializes the setup and maps it onto the widget.protected abstract void
AbstractTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
ChartTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
ClipboardTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
DatabaseTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.protected void
FileTarget. doProcess(SpreadSheet data, MessageCollection errors)
Processes the data.void
AbstractTarget. process(SpreadSheet data, MessageCollection errors)
Processes the data. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator
Methods in adams.gui.tools.wekainvestigator with parameters of type MessageCollection Modifier and Type Method Description void
InvestigatorWorkspaceHelper. deserialize(InvestigatorPanel panel, Object data, MessageCollection errors)
Deserializes the data and configures the panel. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.evaluation
Methods in adams.gui.tools.wekainvestigator.evaluation with parameters of type MessageCollection Modifier and Type Method Description void
AbstractEvaluation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output with parameters of type MessageCollection Modifier and Type Method Description abstract JComponent
AbstractOutputGenerator. createOutput(T item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab
Methods in adams.gui.tools.wekainvestigator.tab with parameters of type MessageCollection Modifier and Type Method Description void
AbstractInvestigatorTab. deserialize(Object data, MessageCollection errors)
Deserializes the data and configures the tab.protected void
AbstractInvestigatorTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
AbstractInvestigatorTabWithDataTable. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
AssociateTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
AttributeSelectionTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
ClassifyTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
ClusterTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
CompareTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
DataQueryTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
ExperimentTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
IndependentComponentsTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
InstanceTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
LogTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
PartialLeastSquaresTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
PreprocessTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.protected void
PrincipalComponentsTab. doDeserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation with parameters of type MessageCollection Modifier and Type Method Description void
Train. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.associatetab.output
Methods in adams.gui.tools.wekainvestigator.tab.associatetab.output with parameters of type MessageCollection Modifier and Type Method Description JComponent
ModelOutput. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
Rules. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
RunInformation. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation with parameters of type MessageCollection Modifier and Type Method Description void
CrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
Train. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.attseltab.output
Methods in adams.gui.tools.wekainvestigator.tab.attseltab.output with parameters of type MessageCollection Modifier and Type Method Description JComponent
ReducedData. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
RunInformation. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TextStatistics. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab
Methods in adams.gui.tools.wekainvestigator.tab.classifytab with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheet
PredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean showError)
Turns the result item into a spreadsheet with the predictions.static SpreadSheet
PredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, ResultItem item, boolean addAdditionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)
Turns the result item into a spreadsheet with the predictions.static SpreadSheet
PredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean showError)
Turns the result item into a spreadsheet with the predictions.static SpreadSheet
PredictionHelper. toSpreadSheet(LoggingSupporter logger, MessageCollection errors, weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, boolean addLabelIndex, boolean showDistribution, boolean showProbability, boolean showError, boolean showWeight)
Turns the result item into a spreadsheet with the predictions. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation with parameters of type MessageCollection Modifier and Type Method Description void
BuildModel. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
CrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
FromPredictions. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
IndexedSplitsRunsEvaluation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
ReevaluateModel. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
RepeatedCrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainTestSet. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainTestSplit. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainValidateTestSet. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type MessageCollection Modifier and Type Method Description JComponent
AbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected abstract T
AbstractOutputGeneratorWithSeparateFoldsSupport. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates the table with the confusion matrix.JComponent
ClassifierErrors. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected ComponentContentPanel
ClassifierErrors. createOutput(weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)
Generates a plot actor from the evaluation.protected TableContentPanel
ConfusionMatrix. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates the table with the confusion matrix.protected ComponentContentPanel
FourInOnePlot. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Creates the 4-in-1 plot for the evaluation.JComponent
GraphSource. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected ComponentContentPanel
LegacyClassifierErrors. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.protected ComponentContentPanel
LegacyCostBenefitAnalysis. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.protected ComponentContentPanel
LegacyCostCurve. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.JComponent
LegacyGraphVisualizer. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected ComponentContentPanel
LegacyMarginCurve. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.protected ComponentContentPanel
LegacyThresholdCurve. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.JComponent
LegacyTreeVisualizer. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
ModelOutput. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected ComponentContentPanel
PredictionEccentricity. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates the output from the evaluation.JComponent
Predictions. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected TableContentPanel
Predictions. createOutput(weka.classifiers.Evaluation eval, int[] originalIndices, SpreadSheet additionalAttributes, MessageCollection errors)
Generates the output from the evaluation.protected ComponentContentPanel
PredictionTrend. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates the output for the evaluation.protected ComponentContentPanel
ResidualsVsFitted. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates output from the evaluation.protected ComponentContentPanel
ResidualsVsPredictor. createOutput(weka.classifiers.Evaluation eval, MessageCollection errors)
Generates the output from the evaluation.JComponent
RunInformation. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
SourceCode. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TextStatistics. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TreeGraphML. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TreeVisualizer. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.protected String
TreeGraphML. toGraphml(String dotty, MessageCollection errors)
Converts the dotty string and saves it as graphml file. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type MessageCollection Modifier and Type Method Description static SpreadSheet
PredictionUtils. calcStats(WekaEvaluationContainer[] conts, SpreadSheet additional, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)
Generates a spreadsheet with the statistics.static SpreadSheet
PredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols)
Generates a spreadsheet with the statistics.static SpreadSheet
PredictionUtils. calcStats(ResultItem item, MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, Logger logger, gnu.trove.list.TIntList cols, boolean addActual)
Generates a spreadsheet with the statistics.JComponent
Predictions. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
SamplePlot. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
Statistics. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation with parameters of type MessageCollection Modifier and Type Method Description void
BuildModel. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
ClassesToClusters. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
CrossValidation. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
ReevaluateModel. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainTestSet. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainTestSplit. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.clustertab.output
Methods in adams.gui.tools.wekainvestigator.tab.clustertab.output with parameters of type MessageCollection Modifier and Type Method Description JComponent
ClusterAssignments. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
GraphSource. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
LegacyTreeVisualizer. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
ModelOutput. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
RunInformation. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
Supplementary. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TextStatistics. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type MessageCollection Modifier and Type Method Description JComponent
RunInformation. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item.JComponent
TextOutput. createOutput(ResultItem item, MessageCollection errors)
Generates output from the item. -
Uses of MessageCollection in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.setup with parameters of type MessageCollection Modifier and Type Method Description void
CrossValidationSetup. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects.void
TrainTestSplitSetup. deserialize(Map<String,Object> data, MessageCollection errors)
Restores the objects. -
Uses of MessageCollection in adams.gui.visualization.debug.objectrenderer
Methods in adams.gui.visualization.debug.objectrenderer with parameters of type MessageCollection Modifier and Type Method Description protected SpreadSheet
FlowContainerRenderer. containerToSheet(AbstractContainer cont, MessageCollection errors)
Converts the container into a spreadsheet. -
Uses of MessageCollection in adams.gui.visualization.multiobjectexport
Methods in adams.gui.visualization.multiobjectexport with parameters of type MessageCollection Modifier and Type Method Description protected List<AbstractObjectExporter>
AbstractMultiObjectExport. determineExporters(String name, Object obj, MessageCollection errors)
Determines the exporters to use for the object.protected List<AbstractObjectExporter>
AbstractMultiObjectExportWithPreferredExtensions. determineExporters(String name, Object obj, MessageCollection errors)
Determines the exporters to use for the object. -
Uses of MessageCollection in adams.gui.visualization.object.objectannotations.cleaning
Methods in adams.gui.visualization.object.objectannotations.cleaning with parameters of type MessageCollection Modifier and Type Method Description LocatedObjects
AbstractAnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.LocatedObjects
AnnotationCleaner. cleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected abstract LocatedObjects
AbstractAnnotationCleaner. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
Filter. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
OverlapRemoval. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations.protected LocatedObjects
PassThrough. doCleanAnnotations(LocatedObjects objects, MessageCollection errors)
Cleans the annotations. -
Uses of MessageCollection in adams.gui.visualization.object.objectannotations.colors
Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type MessageCollection Modifier and Type Method Description protected abstract void
AbstractAnnotationColors. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
FixedColor. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
PerType. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
TypeColorMapping. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.protected void
VaryByObject. doInitColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.void
AbstractAnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations.void
AnnotationColors. initColors(LocatedObjects objects, MessageCollection errors)
Initializes the colors with the annotations. -
Uses of MessageCollection in adams.gui.workspace
Methods in adams.gui.workspace with parameters of type MessageCollection Modifier and Type Method Description P
AbstractWorkspaceHelper. copy(M manager, P panel, MessageCollection errors)
Copies a panel.protected abstract void
AbstractWorkspaceHelper. deserialize(P panel, Object data, MessageCollection errors)
Deserializes the data for the panel.void
AbstractWorkspaceHelper. read(File file, AbstractObjectReader reader, M manager, MessageCollection errors)
Reads the session and initializes the manager panel. -
Uses of MessageCollection in adams.scripting.processor
Methods in adams.scripting.processor with parameters of type MessageCollection Modifier and Type Method Description RemoteCommand
DefaultProcessor. parse(String data, MessageCollection errors)
Instantiates the command from the received data string.RemoteCommand
JsonProcessor. parse(String data, MessageCollection errors)
Instantiates the command from the received data string.RemoteCommand
RemoteCommandProcessor. parse(String data, MessageCollection errors)
Instantiates the command from the received data string.RemoteCommand
DefaultProcessor. read(File file, MessageCollection errors)
Reads a remote command from a file.RemoteCommand
JsonProcessor. read(File file, MessageCollection errors)
Reads a remote command from a file.RemoteCommand
RemoteCommandProcessor. read(File file, MessageCollection errors)
Reads a remote command from a file.boolean
DefaultProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)
Writes a remote command to a file.boolean
JsonProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)
Writes a remote command to a file.boolean
RemoteCommandProcessor. write(RemoteCommand cmd, File file, MessageCollection errors)
Writes a remote command to a file.
-