Interface UrParameter
- All Known Implementing Classes:
PepnovoAssumptionDetails
,PSModificationScores
,PSParameter
public interface UrParameter
This interface is used to reference refinement parameters.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description long
getParameterKey()
This method returns the key of the parameter.
-
Method Details
-
getParameterKey
long getParameterKey()This method returns the key of the parameter. The key must be unique to the type of parameter.- Returns:
- the parameter key
-