public class PeptideAssumptionDetails extends java.lang.Object implements UrParameter
serialVersionUID
Constructor and Description |
---|
PeptideAssumptionDetails()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getcTermGap()
Returns the C-term Gap.
|
java.lang.String |
getFamilyName()
This method returns the family name of the parameter.
|
int |
getIndex()
This method returns the index of the parameter.
|
double |
getnTermGap()
Returns the N-term Gap.
|
double |
getRankScore()
Returns the PepNovo rank score.
|
void |
setcTermGap(double cTermGap)
Sets the C-term Gap.
|
void |
setnTermGap(double nTermGap)
Sets the N-term Gap.
|
void |
setRankScore(double rankScore)
Sets the PepNovo rank score.
|
public double getnTermGap()
public void setnTermGap(double nTermGap)
nTermGap
- the N-term Gappublic double getcTermGap()
public void setcTermGap(double cTermGap)
cTermGap
- the C-term Gappublic double getRankScore()
public void setRankScore(double rankScore)
rankScore
- the PepNovo rank scorepublic java.lang.String getFamilyName()
UrParameter
getFamilyName
in interface UrParameter
public int getIndex()
UrParameter
getIndex
in interface UrParameter
Copyright © 2013. All Rights Reserved.