public interface Miner
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets description of the miner.
|
String |
getName()
Gets name of the miner.
|
Pattern |
getPattern()
Gets the pattern to use for mining the graph.
|
void |
writeResult(Map<BioPAXElement,List<Match>> matches,
OutputStream out)
Writes the text output to the given stream.
|
String getName()
String getDescription()
Pattern getPattern()
void writeResult(Map<BioPAXElement,List<Match>> matches, OutputStream out) throws IOException
matches - pattern search resultout - output streamIOException - when there's a problem writing to the output streamCopyright © 2015 BioPAX. All rights reserved.