Packages

class BetterIRIRenderer extends ManchesterOWLSyntaxObjectRenderer

Linear Supertypes
ManchesterOWLSyntaxObjectRenderer, OWLObjectVisitor, OWLNamedObjectVisitor, SWRLObjectVisitor, OWLAnnotationObjectVisitor, OWLAnnotationValueVisitor, OWLIndividualVisitor, OWLEntityVisitor, OWLPropertyExpressionVisitor, OWLDataVisitor, OWLDataRangeVisitor, OWLClassExpressionVisitor, OWLAxiomVisitor, OWLLogicalAxiomVisitor, OWLAnnotationAxiomVisitor, AbstractRenderer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BetterIRIRenderer
  2. ManchesterOWLSyntaxObjectRenderer
  3. OWLObjectVisitor
  4. OWLNamedObjectVisitor
  5. SWRLObjectVisitor
  6. OWLAnnotationObjectVisitor
  7. OWLAnnotationValueVisitor
  8. OWLIndividualVisitor
  9. OWLEntityVisitor
  10. OWLPropertyExpressionVisitor
  11. OWLDataVisitor
  12. OWLDataRangeVisitor
  13. OWLClassExpressionVisitor
  14. OWLAxiomVisitor
  15. OWLLogicalAxiomVisitor
  16. OWLAnnotationAxiomVisitor
  17. AbstractRenderer
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BetterIRIRenderer(writer: Writer, entityShortFormProvider: ShortFormProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def flush(): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
    Annotations
    @throws(classOf[org.semanticweb.owlapi.io.OWLRendererException])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getIndent(): Int
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  11. def getShortFormProvider(): ShortFormProvider
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def incrementTab(arg0: Int): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isUseTabbing(): Boolean
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  16. def isUseWrapping(): Boolean
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def popTab(): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  21. def pushTab(arg0: Int): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  22. def setShortFormProvider(arg0: ShortFormProvider): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  23. def setUseTabbing(arg0: Boolean): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  24. def setUseWrapping(arg0: Boolean): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def visit(node: OWLLiteral): Unit
    Definition Classes
    BetterIRIRenderer → ManchesterOWLSyntaxObjectRenderer → OWLAnnotationValueVisitor → OWLDataVisitor
  28. def visit(iri: IRI): Unit
    Definition Classes
    BetterIRIRenderer → ManchesterOWLSyntaxObjectRenderer → OWLAnnotationValueVisitor
  29. def visit(arg0: OWLOntology): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor
  30. def visit(arg0: OWLDatatypeDefinitionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAxiomVisitor
  31. def visit(arg0: SWRLDifferentIndividualsAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  32. def visit(arg0: SWRLSameIndividualAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  33. def visit(arg0: SWRLLiteralArgument): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  34. def visit(arg0: SWRLIndividualArgument): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  35. def visit(arg0: SWRLVariable): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  36. def visit(arg0: SWRLBuiltInAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  37. def visit(arg0: SWRLDataPropertyAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  38. def visit(arg0: SWRLObjectPropertyAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  39. def visit(arg0: SWRLDataRangeAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  40. def visit(arg0: SWRLClassAtom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor
  41. def visit(arg0: OWLHasKeyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  42. def visit(arg0: SWRLRule): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → SWRLObjectVisitor → OWLLogicalAxiomVisitor
  43. def visit(arg0: OWLInverseObjectPropertiesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  44. def visit(arg0: OWLSubPropertyChainOfAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  45. def visit(arg0: OWLSameIndividualAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  46. def visit(arg0: OWLInverseFunctionalObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  47. def visit(arg0: OWLSubDataPropertyOfAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  48. def visit(arg0: OWLIrreflexiveObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  49. def visit(arg0: OWLTransitiveObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  50. def visit(arg0: OWLDataPropertyAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  51. def visit(arg0: OWLEquivalentClassesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  52. def visit(arg0: OWLClassAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  53. def visit(arg0: OWLEquivalentDataPropertiesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  54. def visit(arg0: OWLFunctionalDataPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  55. def visit(arg0: OWLDataPropertyRangeAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  56. def visit(arg0: OWLSymmetricObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  57. def visit(arg0: OWLSubAnnotationPropertyOfAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
  58. def visit(arg0: OWLAnnotationPropertyRangeAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
  59. def visit(arg0: OWLAnnotationPropertyDomainAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
  60. def visit(arg0: OWLAnnotationAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationAxiomVisitor
  61. def visit(arg0: OWLDeclarationAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAxiomVisitor
  62. def visit(arg0: OWLDisjointUnionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  63. def visit(arg0: OWLSubObjectPropertyOfAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  64. def visit(arg0: OWLFunctionalObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  65. def visit(arg0: OWLObjectPropertyAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  66. def visit(arg0: OWLObjectPropertyRangeAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  67. def visit(arg0: OWLDisjointObjectPropertiesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  68. def visit(arg0: OWLDisjointDataPropertiesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  69. def visit(arg0: OWLDifferentIndividualsAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  70. def visit(arg0: OWLNegativeDataPropertyAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  71. def visit(arg0: OWLEquivalentObjectPropertiesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  72. def visit(arg0: OWLObjectPropertyDomainAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  73. def visit(arg0: OWLDataPropertyDomainAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  74. def visit(arg0: OWLDisjointClassesAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  75. def visit(arg0: OWLReflexiveObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  76. def visit(arg0: OWLAsymmetricObjectPropertyAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  77. def visit(arg0: OWLNegativeObjectPropertyAssertionAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  78. def visit(arg0: OWLSubClassOfAxiom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLLogicalAxiomVisitor
  79. def visit(arg0: OWLObjectInverseOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLPropertyExpressionVisitor
  80. def visit(arg0: OWLFacetRestriction): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataVisitor
  81. def visit(arg0: OWLDatatypeRestriction): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
  82. def visit(arg0: OWLDataUnionOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
  83. def visit(arg0: OWLDataIntersectionOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
  84. def visit(arg0: OWLDataOneOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
  85. def visit(arg0: OWLDataComplementOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLDataRangeVisitor
  86. def visit(arg0: OWLAnnotation): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationObjectVisitor
  87. def visit(arg0: OWLAnonymousIndividual): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLAnnotationValueVisitor → OWLIndividualVisitor
  88. def visit(arg0: OWLDatatype): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLEntityVisitor → OWLDataRangeVisitor
  89. def visit(arg0: OWLAnnotationProperty): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLEntityVisitor → OWLPropertyExpressionVisitor
  90. def visit(arg0: OWLNamedIndividual): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLIndividualVisitor → OWLEntityVisitor
  91. def visit(arg0: OWLDataProperty): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLEntityVisitor → OWLPropertyExpressionVisitor
  92. def visit(arg0: OWLObjectProperty): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLEntityVisitor → OWLPropertyExpressionVisitor
  93. def visit(arg0: OWLDataMaxCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  94. def visit(arg0: OWLDataExactCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  95. def visit(arg0: OWLDataMinCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  96. def visit(arg0: OWLDataHasValue): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  97. def visit(arg0: OWLDataAllValuesFrom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  98. def visit(arg0: OWLDataSomeValuesFrom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  99. def visit(arg0: OWLObjectOneOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  100. def visit(arg0: OWLObjectHasSelf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  101. def visit(arg0: OWLObjectMaxCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  102. def visit(arg0: OWLObjectExactCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  103. def visit(arg0: OWLObjectMinCardinality): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  104. def visit(arg0: OWLObjectHasValue): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  105. def visit(arg0: OWLObjectAllValuesFrom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  106. def visit(arg0: OWLObjectSomeValuesFrom): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  107. def visit(arg0: OWLObjectComplementOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  108. def visit(arg0: OWLObjectUnionOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  109. def visit(arg0: OWLObjectIntersectionOf): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLClassExpressionVisitor
  110. def visit(arg0: OWLClass): Unit
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer → OWLNamedObjectVisitor → OWLEntityVisitor → OWLClassExpressionVisitor
  111. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  112. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  113. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  114. def write(arg0: Set[_ <: OWLClassExpression], arg1: Boolean): Unit
    Attributes
    protected[renderer]
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer
  115. def write(arg0: Set[_ <: OWLObject], arg1: ManchesterOWLSyntax, arg2: Boolean): Unit
    Attributes
    protected[renderer]
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer
  116. def write(arg0: String, arg1: ManchesterOWLSyntax, arg2: String): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  117. def write(arg0: ManchesterOWLSyntax): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  118. def write(arg0: Char): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  119. def write(arg0: String): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  120. def writeAnnotations(arg0: Set[OWLAnnotation]): Unit
    Attributes
    protected[renderer]
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer
  121. def writeCommaSeparatedList(arg0: Set[_ <: OWLObject]): Unit
    Attributes
    protected[renderer]
    Definition Classes
    ManchesterOWLSyntaxObjectRenderer
  122. def writeFrameKeyword(arg0: ManchesterOWLSyntax): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  123. def writeNewLine(): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  124. def writeSectionKeyword(arg0: ManchesterOWLSyntax): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  125. def writeSpace(): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer
  126. def writeTab(): Unit
    Attributes
    protected[renderer]
    Definition Classes
    AbstractRenderer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ManchesterOWLSyntaxObjectRenderer

Inherited from OWLObjectVisitor

Inherited from OWLNamedObjectVisitor

Inherited from SWRLObjectVisitor

Inherited from OWLAnnotationObjectVisitor

Inherited from OWLAnnotationValueVisitor

Inherited from OWLIndividualVisitor

Inherited from OWLEntityVisitor

Inherited from OWLPropertyExpressionVisitor

Inherited from OWLDataVisitor

Inherited from OWLDataRangeVisitor

Inherited from OWLClassExpressionVisitor

Inherited from OWLAxiomVisitor

Inherited from OWLLogicalAxiomVisitor

Inherited from OWLAnnotationAxiomVisitor

Inherited from AbstractRenderer

Inherited from AnyRef

Inherited from Any

Ungrouped