public class NovorParameters extends Object implements IdentificationAlgorithmParameter
| Constructor and Description |
|---|
NovorParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
Indicates whether another identificationAlgorithmParameter has the same
parameters.
|
Advocate |
getAlgorithm()
Returns the identification algorithm.
|
String |
getFragmentationMethod()
Returns the fragmentation method.
|
String |
getMassAnalyzer()
Returns the mass analyzer.
|
HashMap<String,String> |
getNovorPtmMap()
Returns the Novor to utilities PTM map.
|
String |
getUtilitiesPtmName(String novorPtmShortName)
Returns the utilities PTM name corresponding to the given Novor PTM
short name.
|
void |
setFragmentationMethod(String fragmentationMethod)
Set the fragmentation method.
|
void |
setMassAnalyzer(String massAnalyzer)
Set the mass analyzer.
|
void |
setNovorPtmMap(HashMap<String,String> novorPtmMap)
Set the Novor to utilities PTM map.
|
String |
toString(boolean html)
Returns the parameters as a string.
|
public Advocate getAlgorithm()
IdentificationAlgorithmParametergetAlgorithm in interface IdentificationAlgorithmParameterpublic boolean equals(IdentificationAlgorithmParameter identificationAlgorithmParameter)
IdentificationAlgorithmParameterequals in interface IdentificationAlgorithmParameteridentificationAlgorithmParameter - the other
identificationAlgorithmParameterpublic String toString(boolean html)
IdentificationAlgorithmParametertoString in interface IdentificationAlgorithmParameterhtml - use HTML formattingpublic String getFragmentationMethod()
public void setFragmentationMethod(String fragmentationMethod)
fragmentationMethod - the fragmentation method to setpublic String getMassAnalyzer()
public void setMassAnalyzer(String massAnalyzer)
massAnalyzer - the mass analyzer to setpublic HashMap<String,String> getNovorPtmMap()
public void setNovorPtmMap(HashMap<String,String> novorPtmMap)
novorPtmMap - the novorPtmMap to setCopyright © 2016. All rights reserved.