Uses of Class
likelihoodDetectionModule.TargetConfiguration
Packages that use TargetConfiguration
-
Uses of TargetConfiguration in likelihoodDetectionModule
Fields in likelihoodDetectionModule with type parameters of type TargetConfigurationModifier and TypeFieldDescriptionLikelihoodDetectionParameters.targetConfigurations
The target configurations that have been configured for the module.Methods in likelihoodDetectionModule that return TargetConfigurationModifier 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.Methods in likelihoodDetectionModule that return types with arguments of type TargetConfigurationModifier and TypeMethodDescriptionTreeTableModel.getTargetConfigurations()
Returns the current state of the internal representation of the configuration data as an ArrayList of TargetConfiguration objects.TreeTableModelAdapter.getTargetConfigurations()
Methods in likelihoodDetectionModule with parameters of type TargetConfigurationModifier 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.Method parameters in likelihoodDetectionModule with type arguments of type TargetConfigurationModifier 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.