| Package | Description |
|---|---|
| org.obolibrary.oboformat.writer |
| Modifier and Type | Class and Description |
|---|---|
static class |
OBOFormatWriter.OBODocNameProvider
Default implementation of a
OBOFormatWriter.NameProvider using an underlying. |
static class |
OBOFormatWriter.OWLOntologyNameProvider
Alternative implementation to lookup labels in an
OWLOntology.This implementation might be a bit slower as it involves additional id conversion back into OWL. |
| Modifier and Type | Method and Description |
|---|---|
void |
OBOFormatWriter.write(Clause clause,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider)
Write.
|
void |
OBOFormatWriter.write(Frame frame,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider) |
void |
OBOFormatWriter.write(OBODoc doc,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider) |
void |
OBOFormatWriter.writeHeader(Frame frame,
BufferedWriter writer,
OBOFormatWriter.NameProvider nameProvider)
Write header.
|
Copyright © 2010-2017 The University of Manchester. All Rights Reserved.