Interface IdentificationAlgorithmParameter
- All Known Implementing Classes:
AndromedaParameters,CometParameters,DirecTagParameters,MetaMorpheusParameters,MsAmandaParameters,MsgfParameters,MyriMatchParameters,NovorParameters,OmssaParameters,PepnovoParameters,PNovoParameters,SageParameters,TideParameters,XtandemParameters
public interface IdentificationAlgorithmParameter
Interface for the algorithm specific parameters.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(IdentificationAlgorithmParameter identificationAlgorithmParameter) Indicates whether another identificationAlgorithmParameter has the same parameters.Returns the identification algorithm.toString(boolean html) Returns the parameters as a string.
-
Method Details
-
getAlgorithm
Advocate getAlgorithm()Returns the identification algorithm.- Returns:
- the identification algorithm
-
equals
Indicates whether another identificationAlgorithmParameter has the same parameters.- Parameters:
identificationAlgorithmParameter- the other identificationAlgorithmParameter- Returns:
- true if the algorithm and parameters are the same
-
toString
Returns the parameters as a string.- Parameters:
html- use HTML formatting- Returns:
- the parameters as a string
-