public class NoDigestionIterator extends Object implements SequenceIterator
Constructor and Description |
---|
NoDigestionIterator()
Empty default constructor
|
NoDigestionIterator(ProteinIteratorUtils proteinIteratorUtils,
String sequence,
double massMin,
double massMax)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExtendedPeptide |
getNextPeptide()
Returns the next peptide that can be generated from the iterator.
|
public NoDigestionIterator()
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 ExtendedPeptide getNextPeptide()
SequenceIterator
getNextPeptide
in interface SequenceIterator
Copyright © 2021. All rights reserved.