com.compomics.util.experiment.personalization
Interface UrParameter

All Superinterfaces:
Serializable
All Known Implementing Classes:
MascotScore

public interface UrParameter
extends Serializable

This interface will be used to reference refined parameters. Utilities Refined parameters are referenced by a family name (for example Peptizer) and an integer indexing the parameter in the family. User: Marc Date: Sep 1, 2010 Time: 11:35:43 AM


Field Summary
static long serialVersionUID
          The version UID for Serialization/Deserialization compatibility
 
Method Summary
 String getFamilyName()
          This method returns the family name of the parameter
 int getIndex()
          This method returns the index of the parameter
 

Field Detail

serialVersionUID

static final long serialVersionUID
The version UID for Serialization/Deserialization compatibility

See Also:
Constant Field Values
Method Detail

getFamilyName

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

Returns:
family name

getIndex

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

Returns:
the index of the parameter


Copyright © 2011. All Rights Reserved.