final case class ReasonerState(hier: Map[Role, Set[Role]], hierComps: Map[Role, Map[Role, List[Role]]], assertions: List[ConceptInclusion], todo: List[QueueExpression], topOccursNegatively: Boolean, inits: Set[Concept], assertedConceptInclusionsBySubclass: Map[Concept, List[ConceptInclusion]], closureSubsBySuperclass: Map[Concept, Set[Concept]], closureSubsBySubclass: Map[Concept, Set[Concept]], assertedNegConjs: Set[Conjunction], assertedNegConjsByOperandRight: Map[Concept, List[Conjunction]], conjunctionsBySubclassesOfRightOperand: Map[Concept, Map[Concept, Set[Conjunction]]], linksBySubject: Map[Concept, Map[Role, Set[Concept]]], linksByTarget: Map[Concept, Map[Role, List[Concept]]], negExistsMapByConcept: Map[Concept, Set[ExistentialRestriction]], propagations: Map[Concept, Map[Role, List[ExistentialRestriction]]], ruleEngine: RuleEngine, wm: WorkingMemory) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReasonerState
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReasonerState(hier: Map[Role, Set[Role]], hierComps: Map[Role, Map[Role, List[Role]]], assertions: List[ConceptInclusion], todo: List[QueueExpression], topOccursNegatively: Boolean, inits: Set[Concept], assertedConceptInclusionsBySubclass: Map[Concept, List[ConceptInclusion]], closureSubsBySuperclass: Map[Concept, Set[Concept]], closureSubsBySubclass: Map[Concept, Set[Concept]], assertedNegConjs: Set[Conjunction], assertedNegConjsByOperandRight: Map[Concept, List[Conjunction]], conjunctionsBySubclassesOfRightOperand: Map[Concept, Map[Concept, Set[Conjunction]]], linksBySubject: Map[Concept, Map[Role, Set[Concept]]], linksByTarget: Map[Concept, Map[Role, List[Concept]]], negExistsMapByConcept: Map[Concept, Set[ExistentialRestriction]], propagations: Map[Concept, Map[Role, List[ExistentialRestriction]]], ruleEngine: RuleEngine, wm: WorkingMemory)

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. val assertedConceptInclusionsBySubclass: Map[Concept, List[ConceptInclusion]]
  6. val assertedNegConjs: Set[Conjunction]
  7. val assertedNegConjsByOperandRight: Map[Concept, List[Conjunction]]
  8. val assertions: List[ConceptInclusion]
  9. def classAssertions: Set[ConceptAssertion]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. val closureSubsBySubclass: Map[Concept, Set[Concept]]
  12. val closureSubsBySuperclass: Map[Concept, Set[Concept]]
  13. def computeTaxonomy: Map[AtomicConcept, (Set[AtomicConcept], Set[AtomicConcept])]
  14. val conjunctionsBySubclassesOfRightOperand: Map[Concept, Map[Concept, Set[Conjunction]]]
  15. def direct(concept: Concept, allSubsConcepts: Set[Concept], subsumerFunction: (Concept) ⇒ (Concept) ⇒ Boolean, tautology: Concept): (Set[AtomicConcept], Set[AtomicConcept])
  16. def directSubsumers(concept: Concept, allSubsConcepts: Set[Concept]): (Set[AtomicConcept], Set[AtomicConcept])
  17. def directlySubsumedBy(concept: Concept): (Set[AtomicConcept], Set[AtomicConcept])
  18. def directlySubsumes(concept: Concept): (Set[AtomicConcept], Set[AtomicConcept])
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val hier: Map[Role, Set[Role]]
  23. val hierComps: Map[Role, Map[Role, List[Role]]]
  24. def individualsDirectTypes: Map[Individual, Set[AtomicConcept]]
  25. val inits: Set[Concept]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val linksBySubject: Map[Concept, Map[Role, Set[Concept]]]
  28. val linksByTarget: Map[Concept, Map[Role, List[Concept]]]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val negExistsMapByConcept: Map[Concept, Set[ExistentialRestriction]]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val propagations: Map[Concept, Map[Role, List[ExistentialRestriction]]]
  34. def roleAssertions: Set[RoleAssertion]
  35. val ruleEngine: RuleEngine
  36. def subs: Set[ConceptInclusion]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val todo: List[QueueExpression]
  39. val topOccursNegatively: Boolean
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. val wm: WorkingMemory

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped