class MainTestER extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MainTestER
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MainTestER(args: Array[String])
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
- val accum1: AtomicLong
- val accum2: AtomicLong
- val accum3: AtomicLong
- val accum4: AtomicLong
- val allTargets: Set[Concept]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val axioms: Set[Axiom]
- val classes: Set[AtomicConcept]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linksByRole: Map[Role, Map[Concept, Set[Concept]]]
- val linksByTargetList: Map[Concept, List[(Role, List[Concept])]]
- val mod: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val negativeExistentials: Set[ExistentialRestriction]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- var num: Int
- val oldAccum: AtomicLong
- val ontology: OWLOntology
- val properties: Set[Role]
- def queryExistential(er: ExistentialRestriction, revHier: Map[Role, Set[Role]], reasoner: ReasonerState): Set[Concept]
- def queryExistential2(er: ExistentialRestriction, revHier: Map[Role, List[Role]], linksByRole: Map[Role, Map[Concept, Set[Concept]]], reasoner: ReasonerState): Set[Concept]
- def queryExistential3(er: ExistentialRestriction, revHier: Map[Role, List[Role]], linksByRole: Map[Role, Map[Concept, Set[Concept]]], reasoner: ReasonerState): Set[Concept]
- def queryExistential4(er: ExistentialRestriction, revHier: Map[Role, Set[Role]], allTargets: Set[Concept], linksByTargetList: Map[Concept, List[(Role, List[Concept])]], reasoner: ReasonerState): Set[Concept]
- val revHier: Map[Role, Set[Role]]
- val revHierList: Map[Role, List[Role]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def time[T](message: String)(thunk: => T): T
- def timeAccum[T](accum: AtomicLong)(thunk: => T): T
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val whelk: ReasonerState
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)