jp.kobe_u.copris

Bool

case class Bool (name: String, is: String*) extends Constraint with Ordering[Bool] with Product with Serializable

Case class of Boolean variables.

name

the primary name of the variable

is

the indices of the variable (optional)

Linear Supertypes
Product, Equals, Ordering[Bool], Serializable, Serializable, PartialOrdering[Bool], Equiv[Bool], Comparator[Bool], Constraint, Expr, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Bool
  2. Product
  3. Equals
  4. Ordering
  5. Serializable
  6. Serializable
  7. PartialOrdering
  8. Equiv
  9. Comparator
  10. Constraint
  11. Expr
  12. AnyRef
  13. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Bool (name: String, is: String*)

    name

    the primary name of the variable

    is

    the indices of the variable (optional)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def && (c: Constraint): And

    Returns And of Constraints

    Returns And of Constraints

    Definition Classes
    Constraint
  5. def <==> (c: Constraint): Iff

    Returns Iff of Constraints

    Returns Iff of Constraints

    Definition Classes
    Constraint
  6. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  7. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  8. def ==> (c: Constraint): Imp

    Returns Imp of Constraints

    Returns Imp of Constraints

    Definition Classes
    Constraint
  9. def ^ (c: Constraint): Xor

    Returns Xor of Constraints

    Returns Xor of Constraints

    Definition Classes
    Constraint
  10. def apply (is1: Any*): Bool

    Returns a new variable with extra indices given by is1

  11. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  12. def canEqual (arg0: Any): Boolean

    Definition Classes
    Bool → Equals
  13. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def compare (x1: Bool, x2: Bool): Int

    Compares variables

    Compares variables

    Definition Classes
    Bool → Ordering → Comparator
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    Bool → Equals → Comparator → AnyRef → Any
  17. def equiv (x: Bool, y: Bool): Boolean

    Definition Classes
    Ordering → PartialOrdering → Equiv
  18. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  20. def gt (x: Bool, y: Bool): Boolean

    Definition Classes
    Ordering → PartialOrdering
  21. def gteq (x: Bool, y: Bool): Boolean

    Definition Classes
    Ordering → PartialOrdering
  22. def hashCode (): Int

    Definition Classes
    Bool → AnyRef → Any
  23. val is : String*

    the indices of the variable (optional)

  24. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  25. def lt (x: Bool, y: Bool): Boolean

    Definition Classes
    Ordering → PartialOrdering
  26. def lteq (x: Bool, y: Bool): Boolean

    Definition Classes
    Ordering → PartialOrdering
  27. def max (x: Bool, y: Bool): Bool

    Definition Classes
    Ordering
  28. def min (x: Bool, y: Bool): Bool

    Definition Classes
    Ordering
  29. implicit def mkOrderingOps (lhs: Bool): Ops

    Attributes
    implicit
    Definition Classes
    Ordering
  30. val name : String

    the primary name of the variable

  31. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  34. def on [U] (f: (U) ⇒ Bool): Ordering[U]

    Definition Classes
    Ordering
  35. def productArity : Int

    Definition Classes
    Bool → Product
  36. def productElement (arg0: Int): Any

    Definition Classes
    Bool → Product
  37. def productIterator : Iterator[Any]

    Definition Classes
    Product
  38. def productPrefix : String

    Definition Classes
    Bool → Product
  39. def reverse : Ordering[Bool]

    Definition Classes
    Ordering → PartialOrdering
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. def toString (): String

    Definition Classes
    Bool → AnyRef → Any
  42. def tryCompare (x: Bool, y: Bool): Some[Int]

    Definition Classes
    Ordering → PartialOrdering
  43. def unary_! : Not

    Returns Not of Constraint

    Returns Not of Constraint

    Definition Classes
    Constraint
  44. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def || (c: Constraint): Or

    Returns Or of Constraints

    Returns Or of Constraints

    Definition Classes
    Constraint
  48. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Product

Inherited from Equals

Inherited from Ordering[Bool]

Inherited from Serializable

Inherited from Serializable

Inherited from PartialOrdering[Bool]

Inherited from Equiv[Bool]

Inherited from Comparator[Bool]

Inherited from Constraint

Inherited from Expr

Inherited from AnyRef

Inherited from Any