Class/Object

cspom.variable

BoolVariable

Related Docs: object BoolVariable | package variable

Permalink

final class BoolVariable extends CSPOMVariable[Boolean]

Linear Supertypes
CSPOMVariable[Boolean], SimpleExpression[Boolean], CSPOMExpression[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoolVariable
  2. CSPOMVariable
  3. SimpleExpression
  4. CSPOMExpression
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoolVariable()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==(other: CSPOMExpression[_ >: Boolean])(implicit problem: CSPOM): SimpleExpression[Boolean]

    Permalink
    Definition Classes
    CSPOMExpression
  3. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ===(other: CSPOMExpression[_ >: Boolean])(implicit problem: CSPOM): SimpleExpression[Boolean]

    Permalink
    Definition Classes
    CSPOMExpression
  6. def as(n: String)(implicit cspom: CSPOM): BoolVariable.this.type

    Permalink
    Definition Classes
    CSPOMExpression
  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[S >: Boolean](that: S): Boolean

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flatten: Seq[SimpleExpression[Boolean]]

    Permalink
    Definition Classes
    SimpleExpressionCSPOMExpression
  14. def flattenVariables: Seq[CSPOMVariable[Boolean]]

    Permalink
    Definition Classes
    CSPOMVariableCSPOMExpression
  15. def fullyDefined: Boolean

    Permalink
    Definition Classes
    BoolVariableCSPOMExpression
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def intersected(that: SimpleExpression[_ >: Boolean]): SimpleExpression[Boolean]

    Permalink
    Definition Classes
    BoolVariableSimpleExpression
  19. def isConstant: Boolean

    Permalink
    Definition Classes
    CSPOMVariableCSPOMExpression
  20. def isEmpty: Boolean

    Permalink
    Definition Classes
    BoolVariableSimpleExpression
  21. def isFalse: Boolean

    Permalink
    Definition Classes
    CSPOMVariableCSPOMExpression
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isTrue: Boolean

    Permalink
    Definition Classes
    CSPOMVariableCSPOMExpression
  24. def iterator: Iterator[Boolean]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def replaceVar[R >: Boolean](which: CSPOMExpression[_ >: Boolean], by: CSPOMExpression[R])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[R]): CSPOMExpression[R]

    Permalink
    Definition Classes
    SimpleExpressionCSPOMExpression
  29. def searchSpace: Double

    Permalink
    Definition Classes
    BoolVariableCSPOMExpression
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    BoolVariable → AnyRef → Any
  32. def tpe: scala.reflect.api.JavaUniverse.Type

    Permalink
    Definition Classes
    CSPOMVariableCSPOMExpression
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withName(n: String)(implicit cspom: CSPOM): (BoolVariable.this.type, String)

    Permalink
    Definition Classes
    CSPOMExpression
  37. def (other: CSPOMExpression[_ >: Boolean])(implicit problem: CSPOM): SimpleExpression[Boolean]

    Permalink
    Definition Classes
    CSPOMExpression

Inherited from CSPOMVariable[Boolean]

Inherited from SimpleExpression[Boolean]

Inherited from CSPOMExpression[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped