Packages

class Import extends AnyRef

Source
Import.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Import
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Import(manager: OWLOntologyManager, controller: Controller)

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. def CurrOMS(i: IRI): Term
  5. def IRItoLocalName(i: IRI): LocalName
  6. def IRItoMMTURI(i: IRI): MPath
  7. def addConstant(a: OWLAxiom, n: LocalName, tp: Term, md: MetaData): Unit
  8. def annotationPropertyToLF(ap: OWLAnnotationProperty): GlobalName
  9. def annotationToLF(an: OWLAnnotation): MetaDatum
  10. def annotationValueToLF(av: OWLAnnotationValue): Term
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def axiomToLF(ax: OWLAxiom): Unit
  13. def classToLF(c: OWLClassExpression): Term
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. var currThy: MPath
  16. def dataRangeToLF(dr: OWLDataRange): Term
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def facetToLF(f: OWLFacetRestriction): Term
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def individualToLF(i: OWLIndividual): Term
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def literalToLF(lt: OWLLiteral): Term
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. var num: Int
  30. def number(): String
  31. val omdocIRI: IRI
  32. def ontologyToLF(ontology: OWLOntology): DPath
  33. def printClass(c: OWLClassExpression): Unit
  34. def printIndividual(i: OWLIndividual): Unit
  35. def printObject(o: OWLPropertyAssertionObject): Unit
  36. def printProperty[R <: OWLPropertyRange, P <: OWLPropertyExpression[R, P]](p: OWLPropertyExpression[R, P]): Unit
  37. def propertyToLF[R <: OWLPropertyRange, P <: OWLPropertyExpression[R, P]](p: OWLPropertyExpression[R, P]): Term
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped