c

conexp.fx.core.dl.deprecated

AInterpretation

abstract class AInterpretation[C, G, T] extends Interpretation[IRI, C, G, T]

Linear Supertypes
Interpretation[IRI, C, G, T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AInterpretation
  2. Interpretation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AInterpretation(signature: Signature, domain: Set[IRI])
  2. new AInterpretation(signature: Signature)
  3. new AInterpretation(baseIRI: IRI)

Abstract Value Members

  1. abstract def computeTBoxBase(roleDepth: Int, maxCardinality: Int, backgroundOntology: T, constructors: <repeated...>[Constructor]): T
    Definition Classes
    Interpretation
  2. abstract def getAttributeSetForInducedContext(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetList[C]
    Attributes
    protected[deprecated]
  3. abstract def getBackgroundImplications(inducedContext: Context[IRI, C], backgroundTBox: T): Set[Implication[IRI, C]]
    Attributes
    protected[deprecated]
  4. abstract def getMostSpecificConcept(individuals: Set[IRI], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
    Definition Classes
    Interpretation
  5. abstract def getMostSpecificConcept(individual: IRI, roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): C
    Definition Classes
    Interpretation
  6. abstract def isInstanceOf(individual: IRI, conceptExpression: C): Boolean
    Definition Classes
    Interpretation
  7. abstract def models(tbox: T): Boolean
    Definition Classes
    Interpretation
  8. abstract def satisfies(gci: G): Boolean
    Definition Classes
    Interpretation

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. def addConceptNameAssertion(conceptName: String, individual: String): Boolean
  5. def addConceptNameAssertion(conceptName: IRI, individual: IRI): Boolean
    Definition Classes
    AInterpretationInterpretation
  6. def addRoleNameAssertion(roleName: String, individual1: String, individual2: String): Boolean
  7. def addRoleNameAssertion(roleName: IRI, individual1: IRI, individual2: IRI): Boolean
    Definition Classes
    AInterpretationInterpretation
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def checkRoleDepth(roleDepth: Int): Unit
    Definition Classes
    Interpretation
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    AInterpretation → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAllMostSpecificConcepts(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Set[C]
    Definition Classes
    AInterpretationInterpretation
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def getClosureOperator(roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): SetClosureOperator[IRI]
    Definition Classes
    AInterpretationInterpretation
  17. def getConceptExpressionExtension(conceptExpression: C): Set[IRI]
    Definition Classes
    AInterpretationInterpretation
  18. def getConceptNameExtension(conceptName: IRI): Collection[IRI]
    Definition Classes
    AInterpretationInterpretation
  19. def getConceptNameExtensions(): Multimap[IRI, IRI]
  20. def getDomain(): Set[IRI]
    Definition Classes
    AInterpretationInterpretation
  21. def getInducedContext(individuals: Collection[IRI], roleDepth: Int, maxCardinality: Int, constructors: <repeated...>[Constructor]): Context[IRI, C]
    Definition Classes
    AInterpretationInterpretation
  22. def getRoleNameExtension(roleName: IRI): Collection[Pair[IRI, IRI]]
    Definition Classes
    AInterpretationInterpretation
  23. def getRoleNameExtensions(): Multimap[IRI, Pair[IRI, IRI]]
  24. def getRolePredecessorStream(roleName: IRI, individual: IRI): Stream[IRI]
    Attributes
    protected[deprecated]
  25. def getRolePredecessors(roleName: IRI, individual: IRI): Set[IRI]
    Definition Classes
    AInterpretationInterpretation
  26. def getRoleSuccessorStream(roleName: IRI, individual: IRI): Stream[IRI]
    Attributes
    protected[deprecated]
  27. def getRoleSuccessors(roleName: IRI, individual: IRI): Set[IRI]
    Definition Classes
    AInterpretationInterpretation
  28. def getSignature(): Signature
    Definition Classes
    AInterpretationInterpretation
  29. def hashCode(): Int
    Definition Classes
    AInterpretation → AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isSubsumedBy(subsumee: C, subsumer: C): Boolean
    Definition Classes
    AInterpretationInterpretation
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def subsumes(subsumer: C, subsumee: C): Boolean
    Definition Classes
    AInterpretationInterpretation
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AInterpretation → AnyRef → Any
  38. final def updateSuccessorSets(): Unit

    This method must be called prior to the computation of most specific concepts.

  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Interpretation[IRI, C, G, T]

Inherited from AnyRef

Inherited from Any

Ungrouped