public class PeptideWithPosition extends Object
Constructor and Description |
---|
PeptideWithPosition(Peptide peptide,
int position)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Peptide |
getPeptide()
Returns the peptide.
|
int |
getPosition()
Returns the position on the protein.
|
public PeptideWithPosition(Peptide peptide, int position)
peptide
- the peptideposition
- the position of the peptide on the proteinpublic Peptide getPeptide()
public int getPosition()
Copyright © 2018. All rights reserved.