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.targetConfigurationsThe 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 TypeMethodDescriptionvoidTreeTableModel.addTargetConfiguration(TargetConfiguration config) Adds the target configuration.voidTreeTableModelAdapter.addTargetConfiguration(TargetConfiguration config) Adds the target configuration.booleanTargetConfigurationExporter.doExport(TargetConfiguration config) Do export.Method parameters in likelihoodDetectionModule with type arguments of type TargetConfigurationModifier and TypeMethodDescriptionbooleanTargetConfigurationExporter.export(ArrayList<TargetConfiguration> configs) Export a bunch of target configurations at once.voidTreeTableModel.setTargetConfigurations(ArrayList<TargetConfiguration> configs) Sets the TargetConfigurations that are being managed by the model.