public interface OboFileEventListener
Modifier and Type | Method and Description |
---|---|
void |
documentEnd()
end of parsing a new OBO file
|
void |
documentStart()
starting to parse a new OBO file
|
void |
newKey(String key,
String value)
found a new key in the file
|
void |
newOboFileHeader()
parsed a new OBO file header
|
void |
newStanza(String stanza)
parsed a new stanza in the file
|
void |
newSynonym(Synonym synonym)
a new synonym has been found
|
void documentStart()
void documentEnd()
void newOboFileHeader()
void newSynonym(Synonym synonym)
synonym
- Copyright © 2014 BioJava. All rights reserved.