Uses of Enum Class
org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntax
Packages that use ManchesterOWLSyntax
Package
Description
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
-
Uses of ManchesterOWLSyntax in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return ManchesterOWLSyntaxModifier and TypeMethodDescriptionstatic ManchesterOWLSyntax
static ManchesterOWLSyntax
Returns the enum constant of this class with the specified name.static ManchesterOWLSyntax[]
ManchesterOWLSyntax.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ManchesterOWLSyntax in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type ManchesterOWLSyntaxModifier and TypeMethodDescriptionboolean
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.