class Indexer extends Indexing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Indexer
- Indexing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Indexer(doc: Document, idsVecInit: Vector[QualifiedName] = Vector(), weakInference: Boolean = false)
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
- lazy val absentNodes: Set[Int]
- lazy val activities: Iterable[Activity]
- val amap: Map[QualifiedName, Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def document(): Document
- lazy val edgeMax: Int
- lazy val edgeMin: Int
- lazy val edgeQuantities: Iterable[Int]
- lazy val entities: Iterable[Entity]
- 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 getEdgeQuantities(succ: Map[Int, Map[Int, Iterable[Relation]]]): Iterable[Int]
- Definition Classes
- Indexing
- def getIds(doc: Document): Set[QualifiedName]
- def getNodes(doc: Document, amap: Map[QualifiedName, Int]): Map[Int, Node]
- def getPredecessors(amap: Map[QualifiedName, Int]): Map[Int, Map[Int, Iterable[Relation]]]
- def getSinks(ids: Set[QualifiedName], idsVec: Map[Int, QualifiedName], rel: Map[Int, Map[Int, Iterable[Relation]]]): Set[QualifiedName]
- def getSuccessors(amap: Map[QualifiedName, Int]): Map[Int, Map[Int, Iterable[Relation]]]
- def getTypes(doc: Document, amap: Map[QualifiedName, Int]): Map[Int, Set[QualifiedName]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def idPrinter: (QualifiedName) => String
- Definition Classes
- Indexing
- val ids: Set[QualifiedName]
- lazy val idsFun: Map[Int, QualifiedName]
- val idsVec: Seq[QualifiedName]
- def ifNotNull(q: QualifiedName, t: QualifiedName, weakInference: Boolean): Set[(Int, QualifiedName)]
- Annotations
- @inline()
- def ifNotNull(q: QualifiedName, t: QualifiedName): Set[(Int, QualifiedName)]
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newIds: Set[QualifiedName]
- val nodeMax: Int
- val nodeMin: Int
- lazy val nodes: Map[Int, Node]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- lazy val pred: Map[Int, Map[Int, Iterable[Relation]]]
- lazy val sinks: Set[QualifiedName]
- lazy val sizeRange: SizeRange
- def sortNodes(nodes: Set[Int], rels: Map[Int, Map[Int, Iterable[Relation]]]): Seq[Set[Int]]
- def sortNodes(rels: Map[Int, Map[Int, Iterable[Relation]]] = succ): Seq[Set[Int]]
- def sortQualifiedNames(rels: Map[Int, Map[Int, Iterable[Relation]]] = succ): Seq[Set[QualifiedName]]
- lazy val sources: Set[QualifiedName]
- lazy val succ: Map[Int, Map[Int, Iterable[Relation]]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val types: Map[Int, Set[QualifiedName]]
- def typesInStatement(s: StatementOrBundle, weakInference: Boolean): Set[(Int, QualifiedName)]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)