Class

algebra.lattice

GenBoolFromBoolRng

Related Doc: package lattice

Permalink

class GenBoolFromBoolRng[A] extends GenBool[A]

Every Boolean rng gives rise to a Boolean algebra without top:

BoolRng.asBool.asBoolRing gives back the original BoolRng.

See also

algebra.lattice.GenBool.asBoolRing

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenBoolFromBoolRng
  2. GenBool
  3. BoundedJoinSemilattice
  4. DistributiveLattice
  5. Lattice
  6. MeetSemilattice
  7. JoinSemilattice
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenBoolFromBoolRng(orig: BoolRng[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(a: A, b: A): A

    Permalink
    Definition Classes
    GenBoolFromBoolRngGenBool
  5. def asBoolRing: BoolRng[A]

    Permalink

    Every generalized Boolean algebra is also a BoolRng, with multiplication defined as and and addition defined as xor.

    Every generalized Boolean algebra is also a BoolRng, with multiplication defined as and and addition defined as xor.

    Definition Classes
    GenBoolFromBoolRngGenBool
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def dual: Lattice[A]

    Permalink

    This is the lattice with meet and join swapped

    This is the lattice with meet and join swapped

    Definition Classes
    Lattice
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isZero(a: A)(implicit ev: Eq[A]): Boolean

    Permalink
    Definition Classes
    BoundedJoinSemilattice
  16. def join(a: A, b: A): A

    Permalink
    Definition Classes
    GenBoolJoinSemilattice
  17. def joinPartialOrder(implicit ev: Eq[A]): PartialOrder[A]

    Permalink
    Definition Classes
    JoinSemilattice
  18. def joinSemilattice: BoundedSemilattice[A]

    Permalink
  19. def meet(a: A, b: A): A

    Permalink
    Definition Classes
    GenBoolMeetSemilattice
  20. def meetPartialOrder(implicit ev: Eq[A]): PartialOrder[A]

    Permalink
    Definition Classes
    MeetSemilattice
  21. def meetSemilattice: Semilattice[A]

    Permalink
    Definition Classes
    MeetSemilattice
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def or(a: A, b: A): A

    Permalink
    Definition Classes
    GenBoolFromBoolRngGenBool
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def without(a: A, b: A): A

    Permalink

    The operation of relative complement, symbolically often denoted a\b (the symbol for set-theoretic difference, which is the meaning of relative complement in the lattice of sets).

    The operation of relative complement, symbolically often denoted a\b (the symbol for set-theoretic difference, which is the meaning of relative complement in the lattice of sets).

    Definition Classes
    GenBoolFromBoolRngGenBool
  32. def xor(a: A, b: A): A

    Permalink

    Logical exclusive or, set-theoretic symmetric difference.

    Logical exclusive or, set-theoretic symmetric difference. Defined as a\b ∨ b\a.

    Definition Classes
    GenBool
  33. def zero: A

    Permalink

Inherited from GenBool[A]

Inherited from BoundedJoinSemilattice[A]

Inherited from DistributiveLattice[A]

Inherited from Lattice[A]

Inherited from MeetSemilattice[A]

Inherited from JoinSemilattice[A]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped