PARSE_ALERT_FREQUENCY| Constructor and Description |
|---|
GeoFamilyParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Object> |
getResults() |
void |
parse(File f)
Parse a
File |
void |
parse(InputStream is)
Parse a
InputStream. |
void |
parse(String fileName)
Parse a file identified by its path.
|
void |
sampleTypeSet(String accession,
String string) |
void |
setProcessPlatformsOnly(boolean b) |
public Collection<Object> getResults()
getResults in interface Parser<Object>public void parse(File f) throws IOException
ParserFileparse in interface Parser<Object>f - fileIOException - if there is a problem while manipulating the filepublic void parse(InputStream is) throws IOException
ParserInputStream.parse in interface Parser<Object>is - input streamIOException - if there is a problem while manipulating the filepublic void parse(String fileName) throws IOException
Parserparse in interface Parser<Object>fileName - Absolute path to the fileIOException - if there is a problem while manipulating the filepublic void setProcessPlatformsOnly(boolean b)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.