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 |
getMH()
Returns the PepNovo mH.
|
double |
getNTermGap()
Returns the N-term gap.
|
double |
getRankScore()
Returns the PepNovo rank score.
|
void |
setCTermGap(double cTermGap)
Sets the C-term gap.
|
void |
setMH(double mH)
Sets the PepNovo provided mH.
|
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 double getMH()
public void setMH(double mH)
mH
- the PepNovo mHpublic java.lang.String getFamilyName()
UrParameter
getFamilyName
in interface UrParameter
public int getIndex()
UrParameter
getIndex
in interface UrParameter
Copyright © 2013. All Rights Reserved.