| Package | Description |
|---|---|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| Modifier and Type | Method and Description |
|---|---|
static ManchesterOWLSyntax |
ManchesterOWLSyntax.parse(String rendering) |
static ManchesterOWLSyntax |
ManchesterOWLSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManchesterOWLSyntax[] |
ManchesterOWLSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RenderingDirector.renderEmptyFrameSection(ManchesterOWLSyntax frameSectionKeyword,
OWLOntology... ontologies) |
void |
ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword)
Write section.
|
void |
ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword,
Iterator<?> content,
String delimiter,
boolean newline)
Write section.
|
Copyright © 2020 The University of Manchester. All rights reserved.