public class FractionSettings extends Object implements Serializable
Constructor and Description |
---|
FractionSettings()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,no.uib.jsparklines.data.XYDataPoint> |
getFractionMolecularWeightRanges()
Returns the user provided molecular weight ranges for the fractions.
|
Double |
getProteinConfidenceMwPlots()
Returns the protein confidence for inclusion in MW plots.
|
String |
getShortDescription()
Returns a short description of the parameters.
|
boolean |
isSameAs(FractionSettings fractionSettings)
Returns a boolean indicating whether other given settings are the same as
these.
|
void |
setFractionMolecularWeightRanges(HashMap<String,no.uib.jsparklines.data.XYDataPoint> fractionMolecularWeightRanges)
Set the user provided molecular weight ranges for the fractions.
|
void |
setProteinConfidenceMwPlots(Double proteinConfidenceMwPlots)
Sets the protein confidence for inclusion in MW plots.
|
public Double getProteinConfidenceMwPlots()
public void setProteinConfidenceMwPlots(Double proteinConfidenceMwPlots)
proteinConfidenceMwPlots
- the protein confidence for inclusion in
MW plotspublic boolean isSameAs(FractionSettings fractionSettings)
fractionSettings
- other settings to compare topublic HashMap<String,no.uib.jsparklines.data.XYDataPoint> getFractionMolecularWeightRanges()
public void setFractionMolecularWeightRanges(HashMap<String,no.uib.jsparklines.data.XYDataPoint> fractionMolecularWeightRanges)
fractionMolecularWeightRanges
- the fractionMolecularWeightRanges to
setpublic String getShortDescription()
Copyright © 2019. All rights reserved.