public class NoDigestionIterator extends Object implements SequenceIterator
Constructor and Description |
---|
NoDigestionIterator(ProteinIteratorUtils proteinIteratorUtils,
String sequence,
double massMin,
double massMax)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PeptideWithPosition |
getNextPeptide()
Returns the next peptide that can be generated from the iterator.
|
public NoDigestionIterator(ProteinIteratorUtils proteinIteratorUtils, String sequence, double massMin, double massMax) throws InterruptedException
proteinIteratorUtils
- utils for the creation of the peptidessequence
- the sequence to iteratemassMin
- the minimal mass of a peptidemassMax
- the maximal mass of a peptideInterruptedException
- exception thrown if a thread is
interruptedpublic PeptideWithPosition getNextPeptide()
SequenceIterator
getNextPeptide
in interface SequenceIterator
Copyright © 2019. All rights reserved.