class BackwardPropagator extends Propagator[BackwardType]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BackwardPropagator
- Propagator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BackwardPropagator(ind: Indexing, common: CommonTypePropagator, fwd: ForwardPropagator, triangle: Boolean)
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
- var aggregateProvTypesBackward: Map[Int, Map[Int, Set[ProvType with BackwardType]]]
- 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 computeBackwardTriangles(allRelations: Map[Int, Map[Int, Iterable[Relation]]]): Seq[(Int, Int, Int)]
- 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 getProvType(n: Int): Map[Int, Set[ProvType with BackwardType]]
- Definition Classes
- BackwardPropagator → Propagator
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def propagateType(typen: Map[Int, Set[ProvType with BackwardType]], ind: Indexing): Map[Int, Set[ProvType with BackwardType]]
- def propagateType(rel: Map[Int, Map[Int, Iterable[Relation]]], typen: Map[Int, Set[ProvType with BackwardType]], ind: Indexing, filter: Set[String] = Set()): Map[Int, Set[ProvType with BackwardType]]
- Definition Classes
- BackwardPropagator → Propagator
- def propagateType_triangle(allRelations: Map[Int, Map[Int, Iterable[Relation]]], typen: Map[Int, Set[ProvType with BackwardType]], typenm1: Map[Int, Set[ProvType with BackwardType]], ind: Indexing, filter: Set[String] = Set()): Map[Int, Set[ProvType with BackwardType]]
- def propagateTypesOverBinaryRelation(rel: Relation, subjectTypes: Set[ProvType with BackwardType], filter: Set[String] = Set()): Set[ProvType with BackwardType]
- Definition Classes
- BackwardPropagator → Propagator
- def propagateTypesOverBinaryRelationExcluding(rel: Relation, subjectTypes: Set[ProvType with BackwardType], src: Int, dst: Int, triangles: Seq[(Int, Int, Int)], allRelations: Map[Int, Map[Int, Iterable[Relation]]], filter: Set[String] = Set()): Set[ProvType with BackwardType]
- def propagateTypesOverTernaryRelation(rel: Relation, subjectTypes: Set[ProvType with BackwardType], subjectTypes2: Set[ProvType with BackwardType], src: Int, dst: Int, triangles: Seq[(Int, Int, Int)], filter: Set[String] = Set()): Set[ProvType with BackwardType]
- Definition Classes
- BackwardPropagator → Propagator
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val type0_: Map[Int, Set[ProvType with BackwardType]]
- 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)