public class ProteinInferencePreferences extends Object implements Serializable
| Constructor and Description |
|---|
ProteinInferencePreferences() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ProteinInferencePreferences otherProteinInferencePreferences)
Returns true if the objects have identical settings.
|
File |
getProteinSequenceDatabase()
Returns the path to the database used.
|
String |
getShortDescription()
Returns a short description of the parameters.
|
void |
setProteinSequenceDatabase(File proteinSequenceDatabase)
Sets the path to the database used.
|
public File getProteinSequenceDatabase()
public void setProteinSequenceDatabase(File proteinSequenceDatabase)
proteinSequenceDatabase - the path to the database usedpublic String getShortDescription()
public boolean equals(ProteinInferencePreferences otherProteinInferencePreferences)
otherProteinInferencePreferences - the ProteinInferencePreferences
to compare toCopyright © 2016. All rights reserved.