class ForwardPropagator extends Propagator[ForwardType]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ForwardPropagator
- Propagator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ForwardPropagator(ind: Indexing, common: CommonTypePropagator, triangle: Boolean, always_with_type_0: 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 aggregateProvTypesForward: Map[Int, Map[Int, Set[ProvType with ForwardType]]]
- 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 computeTriangles(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 ForwardType]]
- Definition Classes
- ForwardPropagator → Propagator
- def getProvTypeWithFilter(n: Int, filter: Set[String]): Map[Int, Set[ProvType with ForwardType]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge[ALPHA](type_0: Map[Int, Set[ALPHA]], type_n: Map[Int, Set[ALPHA]]): Map[Int, Set[ALPHA]]
- 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(rel: Map[Int, Map[Int, Iterable[Relation]]], typen: Map[Int, Set[ProvType with ForwardType]], ind: Indexing, filter: Set[String] = Set()): Map[Int, Set[ProvType with ForwardType]]
- Definition Classes
- ForwardPropagator → Propagator
- def propagateType_triangle(allRelations: Map[Int, Map[Int, Iterable[Relation]]], typen: Map[Int, Set[ProvType with ForwardType]], typenm1: Map[Int, Set[ProvType with ForwardType]], ind: Indexing, filter: Set[String] = Set()): Map[Int, Set[ProvType with ForwardType]]
- def propagateTypesOverBinaryRelation(rel: Relation, subjectTypes: Set[ProvType with ForwardType], filter: Set[String] = Set()): Set[ProvType with ForwardType]
- Definition Classes
- ForwardPropagator → Propagator
- def propagateTypesOverBinaryRelationExcluding(rel: Relation, subjectTypes: Set[ProvType with ForwardType], src: Int, dst: Int, triangles: Seq[(Int, Int, Int)], allRelations: Map[Int, Map[Int, Iterable[Relation]]], filter: Set[String] = Set()): Set[ProvType with ForwardType]
- def propagateTypesOverTernaryRelation(rel: Relation, subjectTypes: Set[ProvType with ForwardType], subjectTypes2: Set[ProvType with ForwardType], src: Int, dst: Int, triangles: Seq[(Int, Int, Int)], filter: Set[String] = Set()): Set[ProvType with ForwardType]
- Definition Classes
- ForwardPropagator → 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 ForwardType]]
- 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)