Package | Description |
---|---|
org.oboparser.obo |
Modifier and Type | Class and Description |
---|---|
class |
OBOIndividual |
class |
OBOOntology |
class |
OBOTerm
OBOTerm represent an OBO stanza that begins with the "[Term]" string.
|
class |
OBOTypedef |
Modifier and Type | Method and Description |
---|---|
OBOStanza |
OBOOntology.getStanza(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<OBOStanza> |
OBOOntology.getStanzas() |
Modifier and Type | Method and Description |
---|---|
void |
OBOStanza.add(OBOStanza s) |
void |
OBOOntology.addOBOStanza(OBOStanza s) |
Set<String> |
OBOOntology.getDescendantsOf(OBOStanza terminateParent) |
boolean |
OBOOntology.isDescendantOf(OBOStanza child,
OBOStanza terminateParent) |
Modifier and Type | Method and Description |
---|---|
Object |
OBOStanza.clone(Class<? extends OBOStanza> cls) |
Copyright © 2017. All rights reserved.