trait Interpretation[I, C, G, T] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interpretation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addConceptNameAssertion(conceptName: I, individual: I): Boolean
- abstract def addRoleNameAssertion(roleName: I, individual1: I, individual2: I): Boolean
- abstract def computeTBoxBase(roleDepth: Int, maxCardinality: Int, backgroundOntology: T, constructors: <repeated...>[Constructor]): T
- abstract def getAllMostSpecificConcepts(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Set[C]
- abstract def getClosureOperator(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetClosureOperator[I]
- abstract def getConceptExpressionExtension(conceptExpression: C): Set[I]
- abstract def getConceptNameExtension(conceptName: I): Collection[I]
- abstract def getDomain(): Set[I]
- abstract def getInducedContext(individuals: Collection[I], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Context[I, C]
- abstract def getMostSpecificConcept(individuals: Set[I], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
- abstract def getMostSpecificConcept(individual: I, roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
- abstract def getRoleNameExtension(roleName: I): Collection[Pair[I, I]]
- abstract def getRolePredecessors(roleName: I, individual: I): Set[I]
- abstract def getRoleSuccessors(roleName: I, individual: I): Set[I]
- abstract def getSignature(): Signature
- abstract def isInstanceOf(individual: I, conceptExpression: C): Boolean
- abstract def isSubsumedBy(subsumee: C, subsumer: C): Boolean
- abstract def models(tbox: T): Boolean
- abstract def satisfies(gci: G): Boolean
- abstract def subsumes(subsumer: C, subsumee: C): Boolean
Concrete 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
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkRoleDepth(roleDepth: Int): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
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()