public class PeptideAssumptionDetails extends Object implements UrParameter
serialVersionUID
Constructor and Description |
---|
PeptideAssumptionDetails()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2013. All Rights Reserved.