final case class ReasonerState(hier: Map[Role, Set[Role]] = Map.empty, hierComps: Map[Role, Map[Role, List[Role]]] = Map.empty, assertions: List[ConceptInclusion] = Nil, todo: List[QueueExpression] = Nil, inits: Set[Concept] = Set.empty, assertedConceptInclusionsBySubclass: Map[Concept, List[ConceptInclusion]] = Map.empty, closureSubsBySuperclass: Map[Concept, Set[Concept]] = Map(Bottom -> Set.empty), closureSubsBySubclass: Map[Concept, Set[Concept]] = Map(Top -> Set.empty), assertedNegConjs: Set[Conjunction] = Set.empty, assertedNegConjsByOperandRight: Map[Concept, List[Conjunction]] = Map.empty, conjunctionsBySubclassesOfRightOperand: Map[Concept, Map[Concept, Set[Conjunction]]] = Map.empty, assertedUnions: Set[Disjunction] = Set.empty, unionsByOperand: Map[Concept, List[Disjunction]] = Map.empty, linksBySubject: Map[Concept, Map[Role, Set[Concept]]] = Map.empty, linksByTarget: Map[Concept, Map[Role, List[Concept]]] = Map.empty, negExistsMapByConcept: Map[Concept, Set[ExistentialRestriction]] = Map.empty, propagations: Map[Concept, Map[Role, List[ExistentialRestriction]]] = Map.empty, assertedNegativeSelfRestrictionsByRole: Map[Role, SelfRestriction] = Map.empty, ruleEngine: RuleEngine = RuleEngine.empty, wm: WorkingMemory = RuleEngine.empty.emptyMemory, disableBottom: Boolean = false, queueDelegates: Map[String, QueueDelegate] = Map.empty) 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]] = Map.empty, hierComps: Map[Role, Map[Role, List[Role]]] = Map.empty, assertions: List[ConceptInclusion] = Nil, todo: List[QueueExpression] = Nil, inits: Set[Concept] = Set.empty, assertedConceptInclusionsBySubclass: Map[Concept, List[ConceptInclusion]] = Map.empty, closureSubsBySuperclass: Map[Concept, Set[Concept]] = Map(Bottom -> Set.empty), closureSubsBySubclass: Map[Concept, Set[Concept]] = Map(Top -> Set.empty), assertedNegConjs: Set[Conjunction] = Set.empty, assertedNegConjsByOperandRight: Map[Concept, List[Conjunction]] = Map.empty, conjunctionsBySubclassesOfRightOperand: Map[Concept, Map[Concept, Set[Conjunction]]] = Map.empty, assertedUnions: Set[Disjunction] = Set.empty, unionsByOperand: Map[Concept, List[Disjunction]] = Map.empty, linksBySubject: Map[Concept, Map[Role, Set[Concept]]] = Map.empty, linksByTarget: Map[Concept, Map[Role, List[Concept]]] = Map.empty, negExistsMapByConcept: Map[Concept, Set[ExistentialRestriction]] = Map.empty, propagations: Map[Concept, Map[Role, List[ExistentialRestriction]]] = Map.empty, assertedNegativeSelfRestrictionsByRole: Map[Role, SelfRestriction] = Map.empty, ruleEngine: RuleEngine = RuleEngine.empty, wm: WorkingMemory = RuleEngine.empty.emptyMemory, disableBottom: Boolean = false, queueDelegates: Map[String, QueueDelegate] = Map.empty)

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped