| Package | Description |
|---|---|
| org.coode.owlapi.manchesterowlsyntax | |
| uk.ac.manchester.cs.owl.owlapi.mansyntaxrenderer |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ManchesterOWLSyntax> |
ManchesterOWLSyntaxEditorParser.potentialKeywords |
| 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 |
|---|---|
ManchesterOWLSyntaxEditorParser.ExceptionBuilder |
ManchesterOWLSyntaxEditorParser.ExceptionBuilder.withKeyword(ManchesterOWLSyntax... keys) |
ManchesterOWLSyntaxEditorParser.ExceptionBuilder |
ManchesterOWLSyntaxEditorParser.ExceptionBuilder.withKeyword(ManchesterOWLSyntax s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RenderingDirector.renderEmptyFrameSection(ManchesterOWLSyntax frameSectionKeyword,
org.semanticweb.owlapi.model.OWLOntology... ontologies) |
protected void |
AbstractRenderer.write(ManchesterOWLSyntax keyword) |
protected void |
ManchesterOWLSyntaxObjectRenderer.write(Set<? extends org.semanticweb.owlapi.model.OWLObject> objects,
ManchesterOWLSyntax delimeter,
boolean newline) |
protected void |
AbstractRenderer.write(String prefix,
ManchesterOWLSyntax keyword,
String suffix) |
protected void |
AbstractRenderer.writeFrameKeyword(ManchesterOWLSyntax keyword) |
void |
ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword)
Write section.
|
void |
ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword,
Collection<?> content,
String delimeter,
boolean newline,
org.semanticweb.owlapi.model.OWLOntology... ontologiesList)
Write section.
|
void |
ManchesterOWLSyntaxFrameRenderer.writeSection(ManchesterOWLSyntax keyword,
SectionMap content,
String delimeter,
boolean newline,
org.semanticweb.owlapi.model.OWLOntology... ontologiesList)
Write section.
|
protected void |
AbstractRenderer.writeSectionKeyword(ManchesterOWLSyntax keyword) |
Copyright © 2014 The University of Manchester. All Rights Reserved.