Class PrecursorMap.PrecursorWithTitle
java.lang.Object
com.compomics.util.experiment.mass_spectrometry.indexes.PrecursorMap.PrecursorWithTitle
- Enclosing class:
- PrecursorMap
public class PrecursorMap.PrecursorWithTitle extends Object
Convenience class storing the precursor and corresponding spectrum title.
-
Field Summary
Fields Modifier and Type Field Description Precursor
precursor
The precursorString
spectrumTitle
The spectrum title -
Constructor Summary
Constructors Constructor Description PrecursorWithTitle(Precursor precursor, String spectrumTitle)
Constructor. -
Method Summary
-
Field Details
-
precursor
The precursor -
spectrumTitle
The spectrum title
-
-
Constructor Details
-
PrecursorWithTitle
Constructor.- Parameters:
precursor
- the precursorspectrumTitle
- the spectrum title
-