c

concrete

Variable

final class Variable extends Identified with PTag with DLNode[Variable] with Weighted

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Variable
  2. Weighted
  3. DLNode
  4. PTag
  5. Identified
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Variable(name: String, initDomain: Domain)

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 addConstraint(newConstraint: Constraint): Int
  5. def append(n: Variable): Unit
    Definition Classes
    DLNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    DLNode
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def constraints: Array[Constraint]
  10. val currentList: Int
    Definition Classes
    DLNode
  11. def dynamicConstraints: List[ExtensionConstraint]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDDegEntailed(state: ProblemState): Int
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. var id: Int
    Definition Classes
    VariableIdentified
  19. def incrementWeight(): Unit
    Definition Classes
    Weighted
  20. val initDomain: Domain
  21. def isEmpty: Boolean
    Definition Classes
    DLNode
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def iterator: Iterator[Variable]
    Definition Classes
    DLNode
  24. val name: String
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val next: DLNode[Variable]
    Definition Classes
    DLNode
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def positionInConstraint(constraintPosition: Int): Array[Int]
  30. val present: Int
    Definition Classes
    PTag
  31. val prev: DLNode[Variable]
    Definition Classes
    DLNode
  32. def remove(): Unit
    Definition Classes
    DLNode
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(ps: ProblemState): String
  35. def toString(): String
    Definition Classes
    Variable → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. val weight: Int
    Definition Classes
    Weighted

Inherited from Weighted

Inherited from DLNode[Variable]

Inherited from PTag

Inherited from Identified

Inherited from AnyRef

Inherited from Any

Ungrouped