com.compomics.util.experiment.refinementparameters
Class MascotScore

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

public class MascotScore
extends java.lang.Object
implements UrParameter

This class will contain the mascot score. User: Marc Date: Nov 12, 2010 Time: 6:36:48 PM

See Also:
Serialized Form

Constructor Summary
MascotScore(double score)
          Contructor for the Mascot score
 
Method Summary
 java.lang.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(double score)
Contructor for the Mascot score

Parameters:
score - Mascot score
Method Detail

getFamilyName

public java.lang.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 © 2012. All Rights Reserved.