|
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.MascotParameterSetOptionsUtil
public class MascotParameterSetOptionsUtil
| Constructor Summary | |
|---|---|
MascotParameterSetOptionsUtil()
Default constructor. |
|
MascotParameterSetOptionsUtil(String searchType)
Constructor with search type argument. |
|
| Method Summary | |
|---|---|
List<String> |
fetchDataFormatStringList()
Fetches data format string list with alternating key and value strings. |
List<String> |
fetchEnzymeStringList()
Fetches enzyme string list with alternating key and value strings. |
List<String> |
fetchInstrumentStringList()
Fetches instrument string list with alternating key and value strings. |
void |
fetchMascotSearchProperties()
Fetches Mascot search constants from Properties file. |
List<String> |
fetchMascotStringListFromLocalInstallation(String argument)
Fetches Mascot string list with alternating key and value strings from locally installed search engine. |
List<String> |
fetchMascotStringListFromWebInterface(String selectNameString)
Fetches Mascot string list with alternating key and value strings. |
List<String> |
fetchMassIonTypeStringList()
Fetches mass ion type string list with alternating key and value strings. |
List<String> |
fetchMassTypeStringList()
Fetches mass type string list with alternating key and value strings. |
List<String> |
fetchMissedCleavagesStringList()
Fetches missed cleavages string list with alternating key and value strings. |
List<String> |
fetchModificationStringList()
Fetches modification string list with alternating key and value strings. |
List<String> |
fetchMsMsTolUnitStringList()
Fetches MS-MS tolerance unit string list with alternating key and value strings. |
List<String> |
fetchPeptideChargeStringList()
Fetches peptide charge string list with alternating key and value strings. |
List<String> |
fetchPeptideIsotopeErrorStringList()
Fetches peptide isotope error string list with alternating key and value strings. |
List<String> |
fetchPeptideTolUnitStringList()
Fetches peptide tolerance unit string list with alternating key and value strings. |
List<String> |
fetchQuantitationStringList()
Fetches quantitation string list with alternating key and value strings. |
List<String> |
fetchReportTopStringList()
Fetches report top 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 MascotParameterSetOptionsUtil()
public MascotParameterSetOptionsUtil(String searchType)
searchType - String The Mascot searchType to use.| Method Detail |
|---|
public boolean isWebInterfaceUsed()
public void setWebInterfaceUsed(boolean webInterfaceUsed)
webInterfaceUsed - boolean Flag for using web interface.public void fetchMascotSearchProperties()
public List<String> fetchEnzymeStringList()
public List<String> fetchMissedCleavagesStringList()
public List<String> fetchSequenceLibraryStringList()
public List<String> fetchSpeciesStringList()
public List<String> fetchModificationStringList()
public List<String> fetchQuantitationStringList()
public List<String> fetchPeptideTolUnitStringList()
public List<String> fetchPeptideIsotopeErrorStringList()
public List<String> fetchMsMsTolUnitStringList()
public List<String> fetchPeptideChargeStringList()
public List<String> fetchMassTypeStringList()
public List<String> fetchMassIonTypeStringList()
public List<String> fetchDataFormatStringList()
public List<String> fetchInstrumentStringList()
public List<String> fetchReportTopStringList()
public List<String> fetchMascotStringListFromWebInterface(String selectNameString)
public List<String> fetchMascotStringListFromLocalInstallation(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 | |||||||||