class OWLInterpretation extends AInterpretation[OWLClassExpression, OWLSubClassOfAxiom, OWLOntology]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OWLInterpretation
- AInterpretation
- Interpretation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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
- final def _getMostSpecificConcept(individuals: Set[IRI], roleDepth: Int): OWLClassExpression
- def _getMostSpecificConcept(individual: IRI, roleDepth: Int): OWLClassExpression
-
def
addConceptNameAssertion(conceptName: String, individual: String): Boolean
- Definition Classes
- AInterpretation
-
def
addConceptNameAssertion(conceptName: IRI, individual: IRI): Boolean
- Definition Classes
- AInterpretation → Interpretation
-
def
addRoleNameAssertion(roleName: String, individual1: String, individual2: String): Boolean
- Definition Classes
- AInterpretation
-
def
addRoleNameAssertion(roleName: IRI, individual1: IRI, individual2: IRI): Boolean
- Definition Classes
- AInterpretation → Interpretation
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkRoleDepth(roleDepth: Int): Unit
- Definition Classes
- Interpretation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
computeTBoxBase(roleDepth: Int, maxCardinality: Int, backgroundOntology: OWLOntology, constructors: <repeated...>[Constructor]): OWLOntology
- Definition Classes
- OWLInterpretation → Interpretation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- AInterpretation → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAllMostSpecificConcepts(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Set[OWLClassExpression]
- Definition Classes
- AInterpretation → Interpretation
-
final
def
getAllSuccessors(individuals: Set[IRI], roleName: IRI): Set[IRI]
- Attributes
- protected[deprecated]
-
final
def
getAttributeSetForInducedContext(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetList[OWLClassExpression]
- Attributes
- protected[deprecated]
- Definition Classes
- OWLInterpretation → AInterpretation
-
final
def
getBackgroundImplications(inducedContext: Context[IRI, OWLClassExpression], backgroundOntology: OWLOntology): Set[Implication[IRI, OWLClassExpression]]
- Attributes
- protected[deprecated]
- Definition Classes
- OWLInterpretation → AInterpretation
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
getClosureOperator(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetClosureOperator[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getConceptExpressionExtension(conceptExpression: OWLClassExpression): Set[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getConceptNameExtension(conceptName: IRI): Collection[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getConceptNameExtensions(): Multimap[IRI, IRI]
- Definition Classes
- AInterpretation
-
def
getDomain(): Set[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getInducedContext(individuals: Collection[IRI], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Context[IRI, OWLClassExpression]
- Definition Classes
- AInterpretation → Interpretation
- final def getInducedRoleContext(roleDepth: Int): SparseContext[ArrayList[IRI], Triple[Integer, IRI, Integer]]
-
def
getMostSpecificConcept(individuals: Set[IRI], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): OWLClassExpression
- Definition Classes
- OWLInterpretation → Interpretation
-
def
getMostSpecificConcept(individual: IRI, roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): OWLClassExpression
- Definition Classes
- OWLInterpretation → Interpretation
- def getMostSpecificConceptALQ(individuals: Set[IRI], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): OWLClassExpression
- def getMostSpecificConceptALQ(individual: IRI, roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): OWLClassExpression
- final def getRoleInclusionBase(roleDepth: Int): Set[OWLSubPropertyChainOfAxiom]
-
def
getRoleNameExtension(roleName: IRI): Collection[Pair[IRI, IRI]]
- Definition Classes
- AInterpretation → Interpretation
-
def
getRoleNameExtensions(): Multimap[IRI, Pair[IRI, IRI]]
- Definition Classes
- AInterpretation
-
def
getRolePredecessorStream(roleName: IRI, individual: IRI): Stream[IRI]
- Attributes
- protected[deprecated]
- Definition Classes
- AInterpretation
-
def
getRolePredecessors(roleName: IRI, individual: IRI): Set[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getRoleSuccessorStream(roleName: IRI, individual: IRI): Stream[IRI]
- Attributes
- protected[deprecated]
- Definition Classes
- AInterpretation
-
def
getRoleSuccessors(roleName: IRI, individual: IRI): Set[IRI]
- Definition Classes
- AInterpretation → Interpretation
-
def
getSignature(): Signature
- Definition Classes
- AInterpretation → Interpretation
-
final
def
getSuccessorSetsER(individuals: Set[IRI], roleName: IRI): Set[Set[IRI]]
- Attributes
- protected[deprecated]
-
final
def
getSuccessorSetsER2(individuals: Set[IRI], roleName: IRI): Set[Set[IRI]]
- Attributes
- protected[deprecated]
-
def
hashCode(): Int
- Definition Classes
- AInterpretation → AnyRef → Any
-
final
def
isInstanceOf(individual: IRI, conceptExpression: OWLClassExpression): Boolean
- Definition Classes
- OWLInterpretation → Interpretation
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSubsumedBy(subsumee: OWLClassExpression, subsumer: OWLClassExpression): Boolean
- Definition Classes
- AInterpretation → Interpretation
-
final
def
models(tBox: OWLOntology): Boolean
- Definition Classes
- OWLInterpretation → Interpretation
-
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()
-
final
def
satisfies(gci: OWLSubClassOfAxiom): Boolean
- Definition Classes
- OWLInterpretation → Interpretation
-
def
subsumes(subsumer: OWLClassExpression, subsumee: OWLClassExpression): Boolean
- Definition Classes
- AInterpretation → Interpretation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AInterpretation → AnyRef → Any
-
final
def
updateSuccessorSets(): Unit
This method must be called prior to the computation of most specific concepts.
This method must be called prior to the computation of most specific concepts.
- Definition Classes
- AInterpretation
-
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()