Package eu.isas.reporter.settings
Class ReporterSettings
java.lang.Object
eu.isas.reporter.settings.ReporterSettings
- All Implemented Interfaces:
Serializable
This class contains the reporter settings for this project.
- Author:
- Marc Vaudel, Harald Barsnes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.compomics.util.experiment.identification.spectrum_annotation.AnnotationParametersReturns the spectrum annotation parameters.Returns the normalization settings.Returns the project details.Returns the ratio estimation settings.Returns the reporter ion selection settings.booleanisSameAs(ReporterSettings anotherSetting) Indicates whether another setting is the same as this one.voidsetAnnotationParameters(com.compomics.util.experiment.identification.spectrum_annotation.AnnotationParameters annotationParameters) Sets the spectrum annotation parameters.voidsetNormalizationSettings(NormalizationSettings normalizationSettings) Sets the normalization settings.voidsetProjectDetails(ProjectDetails projectDetails) Sets the project details.voidsetRatioEstimationSettings(RatioEstimationSettings ratioEstimationSettings) Sets the ratio estimation settings.voidsetReporterIonSelectionSettings(ReporterIonSelectionSettings reporterIonSelectionSettings) Sets the reporter ion selection settings.
-
Constructor Details
-
ReporterSettings
public ReporterSettings()Constructor.
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
isSameAs
Indicates whether another setting is the same as this one.- Parameters:
anotherSetting- another setting- Returns:
- a boolean indicating whether another setting is the same as this one
-
getAnnotationParameters
public com.compomics.util.experiment.identification.spectrum_annotation.AnnotationParameters getAnnotationParameters()Returns the spectrum annotation parameters.- Returns:
- the spectrum annotation parameters
-
setAnnotationParameters
public void setAnnotationParameters(com.compomics.util.experiment.identification.spectrum_annotation.AnnotationParameters annotationParameters) Sets the spectrum annotation parameters.- Parameters:
annotationParameters- the spectrum annotation parameters
-
getProjectDetails
Returns the project details.- Returns:
- the project details
-
setProjectDetails
Sets the project details.- Parameters:
projectDetails- the project details
-
getReporterIonSelectionSettings
Returns the reporter ion selection settings.- Returns:
- the reporter ion selection settings
-
setReporterIonSelectionSettings
public void setReporterIonSelectionSettings(ReporterIonSelectionSettings reporterIonSelectionSettings) Sets the reporter ion selection settings.- Parameters:
reporterIonSelectionSettings- the reporter ion selection settings
-
getRatioEstimationSettings
Returns the ratio estimation settings.- Returns:
- the ratio estimation settings
-
setRatioEstimationSettings
Sets the ratio estimation settings.- Parameters:
ratioEstimationSettings- the ratio estimation settings
-
getNormalizationSettings
Returns the normalization settings.- Returns:
- the normalization settings
-
setNormalizationSettings
Sets the normalization settings.- Parameters:
normalizationSettings- the normalization settings
-