|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.OMSSAParameterSetOptionsUtil
public class OMSSAParameterSetOptionsUtil
| Constructor Summary | |
|---|---|
OMSSAParameterSetOptionsUtil()
Default constructor. |
|
| Method Summary | |
|---|---|
List<String> |
fetchEnzymeStringList()
Fetches enzyme string list with alternating key and value strings. |
List<String> |
fetchFileTypeStringList()
Fetches file type string list with alternating key and value strings. |
List<String> |
fetchIonTypeStringList()
Fetches ion type string list with alternating key and value strings. |
List<String> |
fetchModificationStringList()
Fetches modification string list with alternating key and value strings. |
void |
fetchOMSSASearchProperties()
Fetches OMSSA search constants from Properties file. |
List<String> |
fetchOMSSAStringListFromLocalInstallation(String argument)
Fetches OMSSA string list with alternating key and value strings from locally installed search engine. |
List<String> |
fetchOMSSAStringListFromWebInterface(String selectNameString)
Fetches OMSSA string list with alternating key and value strings. |
List<String> |
fetchSequenceLibraryStringList()
Fetches sequence library (database) string list with alternating key and value strings. |
List<String> |
fetchSpeciesStringList()
Fetches species string list with alternating key and value strings. |
boolean |
isWebInterfaceUsed()
Get webInterfaceUsed flag. |
void |
setWebInterfaceUsed(boolean webInterfaceUsed)
Set webInterfaceUsed flag. |
String |
stringListToListString(List<String> stringList,
String delimiterString)
Converts a list with String elements to a list String with chosen delimiter string between elements. |
List<String> |
uniqueStringItemList(List<String> stringList)
Converts a list with String elements to a list with unique String elements by removing duplicate elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OMSSAParameterSetOptionsUtil()
| Method Detail |
|---|
public boolean isWebInterfaceUsed()
public void setWebInterfaceUsed(boolean webInterfaceUsed)
webInterfaceUsed - boolean Flag for using web interface.public void fetchOMSSASearchProperties()
public List<String> fetchFileTypeStringList()
public List<String> fetchEnzymeStringList()
public List<String> fetchSequenceLibraryStringList()
public List<String> fetchSpeciesStringList()
public List<String> fetchModificationStringList()
public List<String> fetchIonTypeStringList()
public List<String> fetchOMSSAStringListFromWebInterface(String selectNameString)
public List<String> fetchOMSSAStringListFromLocalInstallation(String argument)
argument - String Argument to give to program to print option list
public List<String> uniqueStringItemList(List<String> stringList)
stringList - List
public String stringListToListString(List<String> stringList,
String delimiterString)
stringList - ListdelimiterString - String A string delimiting elements in list string
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||