Class PeptideAssumptionParameter
java.lang.Object
com.compomics.util.experiment.identification.spectrum_assumptions.PeptideAssumptionParameter
- All Implemented Interfaces:
UrParameter,Serializable
Parameter for storing additional non-mandatory peptide assumption
information.
- Author:
- Harald Barsens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PeptideAssumptionParameterAn empty parameter used for instantiation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the MS1 intensity.longThis method returns the key of the parameter.voidsetMs1Intensity(Double ms1Intensity) Set the MS1 intensity.
-
Field Details
-
dummy
An empty parameter used for instantiation.
-
-
Constructor Details
-
PeptideAssumptionParameter
public PeptideAssumptionParameter()Constructor. -
PeptideAssumptionParameter
Constructor.- Parameters:
ms1Intensity- the MS1 intensity
-
-
Method Details
-
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
-
getMs1Intensity
Returns the MS1 intensity.- Returns:
- the MS1 intensity
-
setMs1Intensity
Set the MS1 intensity.- Parameters:
ms1Intensity- the MS1 intensity
-