class OWLInterpretation2 extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OWLInterpretation2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OWLInterpretation2(individuals: Int, concepts: Int, roles: Int)
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 addConcept(c: String): Unit
- final def addConcept(c: OWLClass): Unit
- final def addConceptAssertion(d: String, c: String): Unit
- final def addConceptAssertion(d: OWLNamedIndividual, c: OWLClass): Unit
- final def addIndividual(d: String): Unit
- final def addIndividual(d: OWLNamedIndividual): Unit
- final def addRole(r: String): Unit
- final def addRole(r: OWLObjectProperty): Unit
- final def addRoleAssertion(d: String, r: String, e: String): Unit
- final def addRoleAssertion(d: OWLNamedIndividual, r: OWLObjectProperty, e: OWLNamedIndividual): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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()
- final def getConcepts(): Set[OWLClass]
- final def getIndividuals(role: OWLObjectProperty): Set[Pair[OWLNamedIndividual, OWLNamedIndividual]]
- final def getIndividuals(clazz: OWLClass): Set[OWLNamedIndividual]
- final def getIndividuals(clazz: String): Set[OWLNamedIndividual]
- final def getIndividuals(): Set[OWLNamedIndividual]
- final def getMMSC(individuals: Set[OWLNamedIndividual], roleDepth: Int, dl: DescriptionLogic): OWLClassExpression
- final def getMMSC_(individuals: Set[String], roleDepth: Int, dl: DescriptionLogic): OWLClassExpression
- final def getRoles(): Set[OWLObjectProperty]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf(i: String, c: String): Boolean
- final def isInstanceOf(i: OWLNamedIndividual, c: OWLClassExpression): Boolean
-
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
- final def toLogicalContext(roleDepth: Int, dl: DescriptionLogic): MatrixContext[OWLNamedIndividual, OWLClassExpression]
-
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()