Interface AlgorithmParametersDialog
- All Known Implementing Classes:
AndromedaParametersDialog
,CometParametersDialog
,DirecTagParametersDialog
,MetaMorpheusParametersDialog
,MsAmandaParametersDialog
,MsgfParametersDialog
,MyriMatchParametersDialog
,NovorParametersDialog
,OmssaParametersDialog
,PepNovoParametersDialog
,PNovoParametersDialog
,TideParametersDialog
,XTandemParametersDialog
public interface AlgorithmParametersDialog
Interface for an algorithm settings dialog.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description IdentificationAlgorithmParameter
getParameters()
Returns the parameters as set by the user.boolean
isCancelled()
Indicates whether the user canceled the editing.
-
Method Details
-
isCancelled
boolean isCancelled()Indicates whether the user canceled the editing.- Returns:
- true if cancel was pressed
-
getParameters
IdentificationAlgorithmParameter getParameters()Returns the parameters as set by the user.- Returns:
- the parameters as set by the user
-