|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.refinementparameters.MascotScore
public class MascotScore
This class will contain the mascot score.
Constructor Summary | |
---|---|
MascotScore()
Constructor for the Mascot score. |
|
MascotScore(double score)
Constructor for the Mascot score. |
Method Summary | |
---|---|
String |
getFamilyName()
This method returns the family name of the parameter, |
int |
getIndex()
This method returns the index of the parameter. |
double |
getScore()
Getter for Mascot score. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MascotScore()
public MascotScore(double score)
score
- Mascot scoreMethod Detail |
---|
public String getFamilyName()
getFamilyName
in interface UrParameter
public int getIndex()
getIndex
in interface UrParameter
public double getScore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |