Class/Object

de.uni_luebeck.isp.rltlconv.automata

BoolAnd

Related Docs: object BoolAnd | package automata

Permalink

case class BoolAnd[+A](_1: PosBool[A], _2: PosBool[A]) extends PosBool[A] with Product with Serializable

Represents a boolean "and" operator that connects two positive boolean formulas.

_1

the first boolean formula.

_2

the second boolean formula.

Linear Supertypes
Serializable, Serializable, Product, Equals, PosBool[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BoolAnd
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PosBool
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoolAnd(_1: PosBool[A], _2: PosBool[A])

    Permalink

    Creates a boolean "and" of two positive boolean formulas.

    Creates a boolean "and" of two positive boolean formulas.

    _1

    the first boolean formula.

    _2

    the second boolean formula.

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. val _1: PosBool[A]

    Permalink

    the first boolean formula.

  5. val _2: PosBool[A]

    Permalink

    the second boolean formula.

  6. def addBrackets: String

    Permalink
    Definition Classes
    PosBool
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains[B >: A](value: B): Boolean

    Permalink
    Definition Classes
    PosBool
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def flatMap[B >: A, C](f: (B) ⇒ PosBool[C]): PosBool[C]

    Permalink
    Definition Classes
    BoolAndPosBool
  13. def foreach[B >: A](f: (B) ⇒ Unit): PosBool[B]

    Permalink
    Definition Classes
    PosBool
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  16. def map[B >: A, C](f: (B) ⇒ C): PosBool[C]

    Permalink
    Definition Classes
    PosBool
  17. def minimalModels: List[List[A]]

    Permalink

    Computes the minimal models of this positive boolean combination.

    Computes the minimal models of this positive boolean combination.

    returns

    the minimal models as a list of lists.

    Definition Classes
    PosBool
  18. def modelledBy[B >: A](assignment: Set[B]): Boolean

    Permalink
    Definition Classes
    BoolAndPosBool
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toList: List[A]

    Permalink

    returns

    a list containing the two elements of the "and".

    Definition Classes
    BoolAndPosBool
  24. def toString(): String

    Permalink

    Converts the positive boolean formula into a string.

    Converts the positive boolean formula into a string.

    returns

    the string representing the formula.

    Definition Classes
    BoolAndPosBool → AnyRef → Any
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PosBool[A]

Inherited from AnyRef

Inherited from Any

Ungrouped