class Export extends AnyRef
- Source
- Export.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Export
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Export(manager: OWLOntologyManager, controller: Controller)
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 annotationPropertyToOWL(gname: GlobalName): OWLAnnotationProperty
- def annotationToOWL(md: MetaDatum): OWLAnnotation
- def annotationValueToOWL(t: Term): OWLAnnotationValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def classToOWL(t: Term): OWLClassExpression
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def constantToOWL(constant: Constant): Unit
- def dataPropertyToOWL(t: Term): OWLDataPropertyExpression
- def dataRangeToOWL(t: Term): OWLDataRange
-
def
documentToOWL(doc: DPath): List[IRI]
translates all theories in an MMT document to ontologies
translates all theories in an MMT document to ontologies
- doc
the URI of the MMT document
- returns
the list of IRIs of the ontologies
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def facetToOWL(t: Term): OWLFacetRestriction
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def globalNameToIRI(gname: GlobalName): IRI
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def individualToOWL(t: Term): OWLIndividual
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def literalToOWL(t: Term): OWLLiteral
- def modNameToIRI(m: MPath): IRI
-
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 propertyToOWL(t: Term): OWLObjectPropertyExpression
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def termToInt(t: Term): Int
- def theoryToOWL(theory: Theory): IRI
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()