class PContext[G, M, W] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PContext()

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. def addWorld(w: W, p: Double, cxt: Context[G, M]): Unit
  5. def almostCertainScaling: Context[(G, W), M]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def axiomatize: (Set[Implication[G, PAttribute[M]]], Set[Implication[(G, W), M]], Set[Implication[G, PAttribute[M]]])
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def contains(g: G, m: PAttribute[M]): Boolean
  10. val contexts: HashMap[W, Context[G, M]]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def extension(attributes: Set[PAttribute[M]]): Set[G]
  14. def extension(attribute: PAttribute[M]): Set[G]
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def incidenceProbability(g: G, B: Set[M]): Double
  19. def intersection[T](s: Set[T], t: Set[T]): Set[T]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def minimize(set: Set[PAttribute[M]], implications: Set[Implication[G, PAttribute[M]]]): Set[PAttribute[M]]
  22. def models(implication: Implication[G, PAttribute[M]]): Boolean
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def objects: Set[G]
  27. def probabilisticAttributes: HashSet[ProbabilisticAttribute[M]]
  28. def probabilisticImplicationalBase: Set[Implication[G, PAttribute[M]]]
  29. def probabilisticScaling: Context[G, PAttribute[M]]
  30. val probabilities: HashMap[W, Double]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. implicit def toImplication(premise: HashSet[PAttribute[M]], conclusion: HashSet[PAttribute[M]]): Implication[G, PAttribute[M]]
  33. def toString(): String
    Definition Classes
    PContext → AnyRef → Any
  34. def trivialImplications: Set[Implication[G, PAttribute[M]]]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. val worlds: HashSet[W]

Inherited from AnyRef

Inherited from Any

Ungrouped