Package | Description |
---|---|
org.obolibrary.obo2owl | |
org.obolibrary.oboformat.diff | |
org.obolibrary.oboformat.model | |
org.obolibrary.oboformat.parser | |
org.obolibrary.oboformat.writer |
Modifier and Type | Method and Description |
---|---|
OBODoc |
OWLAPIOwl2Obo.convert(OWLOntology ont)
Convert.
|
OBODoc |
OWLAPIOwl2Obo.getObodoc()
Gets the obodoc.
|
OBODoc |
OWLAPIObo2Owl.getObodoc()
Gets the obodoc.
|
Modifier and Type | Method and Description |
---|---|
OWLOntology |
OWLAPIObo2Owl.convert(OBODoc doc)
Convert.
|
OWLOntology |
OWLAPIObo2Owl.convert(OBODoc doc,
OWLOntology in)
Convert.
|
void |
OWLAPIOwl2Obo.setObodoc(OBODoc obodoc)
Sets the obodoc.
|
void |
OWLAPIObo2Owl.setObodoc(OBODoc obodoc)
Sets the obodoc.
|
Modifier and Type | Method and Description |
---|---|
static List<Diff> |
OBODocDiffer.getDiffs(OBODoc doc1,
OBODoc doc2) |
Modifier and Type | Method and Description |
---|---|
Collection<OBODoc> |
OBODoc.getImportedOBODocs() |
Modifier and Type | Method and Description |
---|---|
void |
OBODoc.addImportedOBODoc(OBODoc doc)
Adds the imported obo doc.
|
void |
OBODoc.mergeContents(OBODoc extDoc)
Merge contents.
|
Modifier and Type | Method and Description |
---|---|
void |
OBODoc.setImportedOBODocs(Collection<OBODoc> importedOBODocs) |
Modifier and Type | Method and Description |
---|---|
OBODoc |
XrefExpander.getTargetDoc(String idSpace) |
OBODoc |
OBOFormatParser.parse(BufferedReader reader) |
OBODoc |
OBOFormatParser.parse(File file)
Parses a local file to an OBODoc.
|
OBODoc |
OBOFormatParser.parse(String fn)
Parses a local file or URL to an OBODoc.
|
OBODoc |
OBOFormatParser.parse(URL url)
Parses a remote URL to an OBODoc.
|
OBODoc |
OBOFormatParser.parseURL(String urlstr)
Parses a remote URL to an OBODoc.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OBOFormatParser.addImport(String key,
OBODoc doc) |
List<String> |
OBOFormatParser.checkDanglingReferences(OBODoc doc) |
void |
OBOFormatParser.parseEntityFrame(OBODoc obodoc) |
void |
OBOFormatParser.parseOBODoc(OBODoc obodoc) |
void |
OBOFormatParser.parseTermFrame(OBODoc obodoc)
term-frame ::= nl* '[Term]' nl id-Tag Class-ID EOL { term-frame-clause EOL }.
|
void |
OBOFormatParser.parseTypedefFrame(OBODoc obodoc)
Typedef-frame ::= nl* '[Typedef]' nl id-Tag Class-ID EOL { Typedef-frame-clause EOL }.
|
Constructor and Description |
---|
XrefExpander(OBODoc src) |
XrefExpander(OBODoc src,
OBODoc tgt) |
XrefExpander(OBODoc src,
String targetBase) |
Constructor and Description |
---|
OBOFormatParser(Map<String,OBODoc> importsMap) |
Modifier and Type | Method and Description |
---|---|
void |
OBOFormatWriter.write(OBODoc doc,
BufferedWriter writer) |
void |
OBOFormatWriter.write(OBODoc doc,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider) |
void |
OBOFormatWriter.write(OBODoc doc,
File outFile) |
void |
OBOFormatWriter.write(OBODoc doc,
String outFilename) |
Constructor and Description |
---|
OBODocNameProvider(OBODoc oboDoc)
Instantiates a new OBO doc name provider.
|
OWLOntologyNameProvider(OWLOntology ont,
String defaultOboNamespace,
OBODoc result) |
Copyright © 2020 The University of Manchester. All rights reserved.