Uses of Class
likelihoodDetectionModule.TargetConfiguration
-
Uses of TargetConfiguration in likelihoodDetectionModule
Modifier and TypeFieldDescriptionLikelihoodDetectionParameters.targetConfigurations
The target configurations that have been configured for the module.Modifier and TypeMethodDescriptionTargetConfigurationImporter.doImport()
Do import.TreeTableModel.getTargetConfiguration
(String identifier) Gets the target configuration identified by the string.TreeTableModelAdapter.getTargetConfiguration
(String identifier) Gets the target configuration.Modifier and TypeMethodDescriptionTreeTableModel.getTargetConfigurations()
Returns the current state of the internal representation of the configuration data as an ArrayList of TargetConfiguration objects.TreeTableModelAdapter.getTargetConfigurations()
Modifier and TypeMethodDescriptionvoid
TreeTableModel.addTargetConfiguration
(TargetConfiguration config) Adds the target configuration.void
TreeTableModelAdapter.addTargetConfiguration
(TargetConfiguration config) Adds the target configuration.boolean
TargetConfigurationExporter.doExport
(TargetConfiguration config) Do export.Modifier and TypeMethodDescriptionboolean
TargetConfigurationExporter.export
(ArrayList<TargetConfiguration> configs) Export a bunch of target configurations at once.void
TreeTableModel.setTargetConfigurations
(ArrayList<TargetConfiguration> configs) Sets the TargetConfigurations that are being managed by the model.