com.compomics.util.experiment.refinementparameters
Class MascotScore

java.lang.Object
  extended by com.compomics.util.experiment.refinementparameters.MascotScore
All Implemented Interfaces:
UrParameter, Serializable

public class MascotScore
extends Object
implements UrParameter

This class will contain the mascot score.

Author:
Marc Vaudel
See Also:
Serialized Form

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

MascotScore

public MascotScore()
Constructor for the Mascot score.


MascotScore

public MascotScore(double score)
Constructor for the Mascot score.

Parameters:
score - Mascot score
Method Detail

getFamilyName

public String getFamilyName()
This method returns the family name of the parameter,

Specified by:
getFamilyName in interface UrParameter
Returns:
family name

getIndex

public int getIndex()
This method returns the index of the parameter.

Specified by:
getIndex in interface UrParameter
Returns:
the index of the parameter

getScore

public double getScore()
Getter for Mascot score.

Returns:
Mascot score


Copyright © 2013. All Rights Reserved.