class Import extends AnyRef
- Source
- Import.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Import
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Import(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 CurrOMS(i: IRI): Term
- def IRItoLocalName(i: IRI): LocalName
- def IRItoMMTURI(i: IRI): MPath
- def addConstant(a: OWLAxiom, n: LocalName, tp: Term, md: MetaData): Unit
- def annotationPropertyToLF(ap: OWLAnnotationProperty): GlobalName
- def annotationToLF(an: OWLAnnotation): MetaDatum
- def annotationValueToLF(av: OWLAnnotationValue): Term
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axiomToLF(ax: OWLAxiom): Unit
- def classToLF(c: OWLClassExpression): Term
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- var currThy: MPath
- def dataRangeToLF(dr: OWLDataRange): Term
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def facetToLF(f: OWLFacetRestriction): Term
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def individualToLF(i: OWLIndividual): Term
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def literalToLF(lt: OWLLiteral): Term
-
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()
- var num: Int
- def number(): String
- val omdocIRI: IRI
- def ontologyToLF(ontology: OWLOntology): DPath
- def printClass(c: OWLClassExpression): Unit
- def printIndividual(i: OWLIndividual): Unit
- def printObject(o: OWLPropertyAssertionObject): Unit
- def printProperty[R <: OWLPropertyRange, P <: OWLPropertyExpression[R, P]](p: OWLPropertyExpression[R, P]): Unit
- def propertyToLF[R <: OWLPropertyRange, P <: OWLPropertyExpression[R, P]](p: OWLPropertyExpression[R, P]): Term
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()