class ForwardPropagator extends Propagator[ForwardType]

Linear Supertypes
Propagator[ForwardType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardPropagator
  2. Propagator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ForwardPropagator(ind: Indexing, common: CommonTypePropagator, triangle: Boolean, always_with_type_0: Boolean)

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. var aggregateProvTypesForward: Map[Int, Map[Int, Set[ProvType with ForwardType]]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def computeTriangles(allRelations: Map[Int, Map[Int, Iterable[Relation]]]): Seq[(Int, Int, Int)]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getProvType(n: Int): Map[Int, Set[ProvType with ForwardType]]
    Definition Classes
    ForwardPropagatorPropagator
  12. def getProvTypeWithFilter(n: Int, filter: Set[String]): Map[Int, Set[ProvType with ForwardType]]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def merge[ALPHA](type_0: Map[Int, Set[ALPHA]], type_n: Map[Int, Set[ALPHA]]): Map[Int, Set[ALPHA]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. 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
    ForwardPropagatorPropagator
  20. 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]]
  21. def propagateTypesOverBinaryRelation(rel: Relation, subjectTypes: Set[ProvType with ForwardType], filter: Set[String] = Set()): Set[ProvType with ForwardType]
    Definition Classes
    ForwardPropagatorPropagator
  22. 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]
  23. 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
    ForwardPropagatorPropagator
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. lazy val type0: Map[Int, Set[ProvType with ForwardType]]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Propagator[ForwardType]

Inherited from AnyRef

Inherited from Any

Ungrouped