class SANSAManchesterOWLSyntaxFrameRenderer extends ManchesterOWLSyntaxFrameRenderer
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SANSAManchesterOWLSyntaxFrameRenderer
- ManchesterOWLSyntaxFrameRenderer
- ManchesterOWLSyntaxObjectRenderer
- OWLObjectVisitor
- OWLNamedObjectVisitor
- SWRLObjectVisitor
- OWLAnnotationObjectVisitor
- OWLAnnotationValueVisitor
- OWLIndividualVisitor
- OWLAnonymousIndividualVisitorBase
- OWLEntityVisitor
- OWLIndividualEntityVisitorBase
- OWLPropertyExpressionVisitor
- OWLPropertyEntityVisitorBase
- OWLDataVisitor
- OWLLiteralVisitorBase
- OWLDataRangeVisitor
- OWLDataEntityVisitorBase
- OWLClassExpressionVisitor
- OWLClassVisitorBase
- OWLAxiomVisitor
- OWLLogicalAxiomVisitor
- SWRLRuleVisitorBase
- OWLAnnotationAxiomVisitor
- OWLVisitorBase
- AbstractRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SANSAManchesterOWLSyntaxFrameRenderer(ont: OWLOntology, writer: OutputStreamWriter, prefixNameShortFormProvider: ManchesterOWLSyntaxPrefixNameShortFormProvider)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addFilteredAxiomType(arg0: AxiomType[_]): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
addRendererListener(arg0: RendererListener): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clearFilteredAxiomTypes(): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
doDefault(arg0: Any): Unit
- Definition Classes
- OWLVisitorBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filtersort[T <: OWLAxiom](arg0: Stream[T], arg1: Predicate[OWLAxiom]): Stream[T]
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
filtersort[T <: OWLAxiom](arg0: Stream[T]): Stream[T]
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flush(): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getIndent(): Int
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
getShortFormProvider(): ShortFormProvider
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
handleAssertions(arg0: List[OWLPropertyAssertionAxiom[_, _]]): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
incrementTab(arg0: Int): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
isDisplayed(arg0: OWLAxiom): Boolean
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
isFiltered(arg0: AxiomType[_]): Boolean
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUseTabbing(): Boolean
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
isUseWrapping(): Boolean
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
popTab(): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
pushTab(arg0: Int): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
removeRendererListener(arg0: RendererListener): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
setAxiomFilter(arg0: OWLAxiomFilter): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
setOntologyIRIShortFormProvider(arg0: OntologyIRIShortFormProvider): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
setRenderExtensions(arg0: Boolean): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
setRenderingDirector(arg0: RenderingDirector): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
setShortFormProvider(arg0: ShortFormProvider): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
setUseTabbing(arg0: Boolean): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
setUseWrapping(arg0: Boolean): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visit(arg0: OWLOntology): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor
-
def
visit(arg0: OWLDatatypeDefinitionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAxiomVisitor
-
def
visit(arg0: SWRLDifferentIndividualsAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLSameIndividualAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLLiteralArgument): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLIndividualArgument): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLVariable): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLBuiltInAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLDataPropertyAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLObjectPropertyAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLDataRangeAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: SWRLClassAtom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
-
def
visit(arg0: OWLHasKeyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: SWRLRule): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → SWRLRuleVisitorBase
-
def
visit(arg0: OWLInverseObjectPropertiesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSubPropertyChainOfAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSameIndividualAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLInverseFunctionalObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSubDataPropertyOfAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLIrreflexiveObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLTransitiveObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDataPropertyAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLEquivalentClassesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLClassAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLEquivalentDataPropertiesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLFunctionalDataPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDataPropertyRangeAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSymmetricObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSubAnnotationPropertyOfAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
-
def
visit(arg0: OWLAnnotationPropertyRangeAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
-
def
visit(arg0: OWLAnnotationPropertyDomainAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
-
def
visit(arg0: OWLAnnotationAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
-
def
visit(arg0: OWLDeclarationAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAxiomVisitor
-
def
visit(arg0: OWLDisjointUnionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSubObjectPropertyOfAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLFunctionalObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLObjectPropertyAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLObjectPropertyRangeAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDisjointObjectPropertiesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDisjointDataPropertiesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDifferentIndividualsAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLNegativeDataPropertyAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLEquivalentObjectPropertiesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLObjectPropertyDomainAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDataPropertyDomainAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLDisjointClassesAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLReflexiveObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLAsymmetricObjectPropertyAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLNegativeObjectPropertyAssertionAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLSubClassOfAxiom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
-
def
visit(arg0: OWLObjectInverseOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLPropertyExpressionVisitor
-
def
visit(arg0: OWLFacetRestriction): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataVisitor
-
def
visit(arg0: OWLLiteral): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLLiteralVisitorBase
-
def
visit(arg0: OWLDatatypeRestriction): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
-
def
visit(arg0: OWLDataUnionOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
-
def
visit(arg0: OWLDataIntersectionOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
-
def
visit(arg0: OWLDataOneOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
-
def
visit(arg0: OWLDataComplementOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
-
def
visit(arg0: OWLAnnotation): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationObjectVisitor
-
def
visit(arg0: IRI): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnnotationValueVisitor
-
def
visit(arg0: OWLAnonymousIndividual): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLAnonymousIndividualVisitorBase
-
def
visit(arg0: OWLDatatype): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLDataEntityVisitorBase
-
def
visit(arg0: OWLAnnotationProperty): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLPropertyEntityVisitorBase
-
def
visit(arg0: OWLNamedIndividual): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLIndividualEntityVisitorBase
-
def
visit(arg0: OWLDataProperty): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLPropertyEntityVisitorBase
-
def
visit(arg0: OWLObjectProperty): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLPropertyEntityVisitorBase
-
def
visit(arg0: OWLDataMaxCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLDataExactCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLDataMinCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLDataHasValue): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLDataAllValuesFrom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLDataSomeValuesFrom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectOneOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectHasSelf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectMaxCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectExactCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectMinCardinality): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectHasValue): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectAllValuesFrom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectSomeValuesFrom): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectComplementOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectUnionOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLObjectIntersectionOf): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
-
def
visit(arg0: OWLClass): Unit
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer → OWLClassVisitorBase
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(arg0: OWLAnnotationProperty): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: SWRLRule): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: OWLDatatype): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: OWLIndividual): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: OWLDataProperty): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: OWLObjectPropertyExpression): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: OWLClass): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
write(arg0: Stream[_ <: OWLObject], arg1: ManchesterOWLSyntax, arg2: Boolean): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer
-
def
write(arg0: String, arg1: ManchesterOWLSyntax, arg2: String): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
write(arg0: ManchesterOWLSyntax): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
write(arg0: Char): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
write(arg0: String): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
writeAnnotations(arg0: OWLAnnotationSubject): Collection[OWLAnnotationAssertionAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeAnnotations(arg0: Iterator[OWLAnnotation]): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer
-
def
writeCommaSeparatedList(arg0: Stream[_ <: OWLObject]): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer
-
def
writeCommaSeparatedList(arg0: List[_ <: OWLObject]): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxObjectRenderer
-
def
writeComment(arg0: String, arg1: String, arg2: Boolean): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeComment(arg0: String, arg1: Boolean): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeEntitySectionEnd(arg0: String): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeFrame(arg0: OWLEntity): Collection[OWLAxiom]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeFrameKeyword(arg0: ManchesterOWLSyntax): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
writeFullURI(arg0: String): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeImports(arg0: OWLImportsDeclaration): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeMoreThanTwo[T](arg0: OWLAxiom, arg1: Stream[T], arg2: ManchesterOWLSyntax): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeMoreThanTwo[T](arg0: OWLAxiom, arg1: Stream[T], arg2: ManchesterOWLSyntax, arg3: Boolean): Unit
- Attributes
- protected[renderer]
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeNewLine(): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
writeOntology(): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
- Annotations
- @throws( ... )
-
def
writeOntologyHeader(): Unit
- Definition Classes
- SANSAManchesterOWLSyntaxFrameRenderer → ManchesterOWLSyntaxFrameRenderer
-
def
writePrefixMap(): Unit
- Definition Classes
- SANSAManchesterOWLSyntaxFrameRenderer → ManchesterOWLSyntaxFrameRenderer
-
def
writeSection(arg0: ManchesterOWLSyntax, arg1: Iterator[_], arg2: String, arg3: Boolean): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeSection(arg0: ManchesterOWLSyntax): Unit
- Definition Classes
- ManchesterOWLSyntaxFrameRenderer
-
def
writeSectionKeyword(arg0: ManchesterOWLSyntax): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
writeSpace(): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
-
def
writeTab(): Unit
- Attributes
- protected[renderer]
- Definition Classes
- AbstractRenderer
Deprecated Value Members
-
def
getDefaultReturnValue(arg0: Any): Unit
- Definition Classes
- OWLVisitorBase
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
handleDefault(arg0: Any): Unit
- Definition Classes
- OWLVisitorBase
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.