t

conexp.fx.core.dl.deprecated

Interpretation

trait Interpretation[I, C, G, T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interpretation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addConceptNameAssertion(conceptName: I, individual: I): Boolean
  2. abstract def addRoleNameAssertion(roleName: I, individual1: I, individual2: I): Boolean
  3. abstract def computeTBoxBase(roleDepth: Int, maxCardinality: Int, backgroundOntology: T, constructors: <repeated...>[Constructor]): T
  4. abstract def getAllMostSpecificConcepts(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Set[C]
  5. abstract def getClosureOperator(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetClosureOperator[I]
  6. abstract def getConceptExpressionExtension(conceptExpression: C): Set[I]
  7. abstract def getConceptNameExtension(conceptName: I): Collection[I]
  8. abstract def getDomain(): Set[I]
  9. abstract def getInducedContext(individuals: Collection[I], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Context[I, C]
  10. abstract def getMostSpecificConcept(individuals: Set[I], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
  11. abstract def getMostSpecificConcept(individual: I, roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
  12. abstract def getRoleNameExtension(roleName: I): Collection[Pair[I, I]]
  13. abstract def getRolePredecessors(roleName: I, individual: I): Set[I]
  14. abstract def getRoleSuccessors(roleName: I, individual: I): Set[I]
  15. abstract def getSignature(): Signature
  16. abstract def isInstanceOf(individual: I, conceptExpression: C): Boolean
  17. abstract def isSubsumedBy(subsumee: C, subsumer: C): Boolean
  18. abstract def models(tbox: T): Boolean
  19. abstract def satisfies(gci: G): Boolean
  20. abstract def subsumes(subsumer: C, subsumee: C): Boolean

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkRoleDepth(roleDepth: Int): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped