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
Parser
File
parse
in interface Parser<Object>
f
- fileIOException
- if there is a problem while manipulating the filepublic void parse(InputStream is) throws IOException
Parser
InputStream
.parse
in interface Parser<Object>
is
- input streamIOException
- if there is a problem while manipulating the filepublic void parse(String fileName) throws IOException
Parser
parse
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.