Class PepnovoAssumptionDetails
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.refinement_parameters.PepnovoAssumptionDetails
- All Implemented Interfaces:
UrParameter,Serializable
This class contains pepnovo assumption details which are not contained in the
tag assumption class which will be saved as additional parameter.
- Author:
- Marc Vaudel
- See Also:
-
Field Summary
Fields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetMH()Returns the PepNovo mH.longThis method returns the key of the parameter.doubleReturns the PepNovo rank score.voidsetMH(double mH) Sets the PepNovo provided mH.voidsetRankScore(double rankScore) Sets the PepNovo rank score.Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
PepnovoAssumptionDetails
public PepnovoAssumptionDetails()Constructor.
-
-
Method Details
-
getRankScore
public double getRankScore()Returns the PepNovo rank score.- Returns:
- the PepNovo rank score
-
setRankScore
public void setRankScore(double rankScore) Sets the PepNovo rank score.- Parameters:
rankScore- the PepNovo rank score
-
getMH
public double getMH()Returns the PepNovo mH.- Returns:
- the PepNovo mH
-
setMH
public void setMH(double mH) Sets the PepNovo provided mH.- Parameters:
mH- the PepNovo mH
-
getParameterKey
public long getParameterKey()Description copied from interface:UrParameterThis method returns the key of the parameter. The key must be unique to the type of parameter.- Specified by:
getParameterKeyin interfaceUrParameter- Returns:
- the parameter key
-