|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.denovo.PeptideAssumptionDetails
public class PeptideAssumptionDetails
This class contains the de novo specific details of a spectrum match
Field Summary |
---|
Fields inherited from interface com.compomics.util.experiment.personalization.UrParameter |
---|
serialVersionUID |
Constructor Summary | |
---|---|
PeptideAssumptionDetails()
Constructor. |
Method Summary | |
---|---|
double |
getcTermGap()
Returns the C-term Gap. |
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 |
getPepNovoScore()
Returns the pep novo score. |
void |
setcTermGap(double cTermGap)
Sets the C-term Gap. |
void |
setnTermGap(double nTermGap)
Sets the N-term Gap. |
void |
setPepNovoScore(double pepNovoScore)
Sets the pep novo score. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PeptideAssumptionDetails()
Method Detail |
---|
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 getPepNovoScore()
public void setPepNovoScore(double pepNovoScore)
pepNovoScore
- the pep novo scorepublic String getFamilyName()
UrParameter
getFamilyName
in interface UrParameter
public int getIndex()
UrParameter
getIndex
in interface UrParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |