IntVar

reqt.csp.IntVar
case class IntVar[T](id: T) extends Var

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Var
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Id = T
type Value = Int

Value members

Concrete methods

override def fromInt(i: Int): Int

Attributes

Definition Classes
Var
override def toInt(value: Int): Int

Attributes

Definition Classes
Var
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def *(y: Var): MulBuilder

Attributes

Inherited from:
Var
def +(y: Var): PlusBuilder

Attributes

Inherited from:
Var
def <(value: Int): XltC

Attributes

Inherited from:
Var
def <(y: Var): XltY

Attributes

Inherited from:
Var
def <=(value: Int): XlteqC

Attributes

Inherited from:
Var
def <=(y: Var): XlteqY

Attributes

Inherited from:
Var
def =/=(value: Boolean): XeqBool

Attributes

Inherited from:
Var
def =/=(value: Int): XneqC

Attributes

Inherited from:
Var
def =/=(y: Var): XneqY

Attributes

Inherited from:
Var
def ===(mulThat: MulBuilder): XmulYeqZ

Attributes

Inherited from:
Var
def ===(sumThat: SumBuilder): SumEq

Attributes

Inherited from:
Var
def ===(value: Boolean): XeqBool

Attributes

Inherited from:
Var
def ===(value: Int): XeqC

Attributes

Inherited from:
Var
def ===(y: Var): XeqY

Attributes

Inherited from:
Var
def >(value: Int): XgtC

Attributes

Inherited from:
Var
def >(y: Var): XgtY

Attributes

Inherited from:
Var
def >=(value: Int): XgteqC

Attributes

Inherited from:
Var
def >=(y: Var): XgteqY

Attributes

Inherited from:
Var
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product