cc.factorie.tutorial.TutorialVariables

MyIntegerVariable

class MyIntegerVariable extends IntegerVariable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MyIntegerVariable
  2. IntegerVariable
  3. MutableIntScalarVar
  4. MutableIntegerVar
  5. MutableVar
  6. IntegerVar
  7. VarWithDomain
  8. ScalarVar
  9. Var
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MyIntegerVariable(initialValue: Int, partner: IntegerVariable)

Type Members

  1. case class IntegerVariableDiff(oldIndex: Int, newIndex: Int) extends Diff with Product with Serializable

    Definition Classes
    IntegerVariable
  2. type Value = Int

    Definition Classes
    IntegerVarVar

Value Members

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

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

    Definition Classes
    Any
  3. def !==(other: variable.Var): Boolean

    Definition Classes
    Var
  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. def *=(x: Int): Unit

    Definition Classes
    IntegerVariable
  6. def +=(x: Int): Unit

    Definition Classes
    IntegerVariable
  7. def -=(x: Int): Unit

    Definition Classes
    IntegerVariable
  8. def /=(x: Int): Unit

    Definition Classes
    IntegerVariable
  9. final def :=(newValue: Value): Unit

    Definition Classes
    MutableVar
  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. def ===(other: variable.Var): Boolean

    Value comparisons (as distinct from variable pointer equality)

    Value comparisons (as distinct from variable pointer equality)

    Definition Classes
    Var
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def domain: IntegerDomain

    Abstract method to return the domain of this variable.

    Abstract method to return the domain of this variable.

    Definition Classes
    IntegerVarVarWithDomain
  16. final def doubleValue: Double

    Definition Classes
    IntegerVarScalarVar
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. final def intValue: Int

    Definition Classes
    IntegerVariableIntegerVarScalarVar
    Annotations
    @inline()
  23. def intValue_=(newValue: Int)(implicit d: variable.DiffList): Unit

    Definition Classes
    MutableIntScalarVar
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def maxIntValue: Int

    Definition Classes
    IntegerVar
  26. def minIntValue: Int

    Definition Classes
    IntegerVar
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. val partner: IntegerVariable

  31. def printName: String

    Definition Classes
    Var
  32. def set(newValue: Int)(implicit d: variable.DiffList = null): Unit

    Assign a new value to this variable

    Assign a new value to this variable

    Definition Classes
    IntegerVariableMutableIntScalarVarMutableVar
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    IntegerVarVar → AnyRef → Any
  35. final def value: Int

    Abstract method to return the value of this variable.

    Abstract method to return the value of this variable.

    Definition Classes
    IntegerVariableMutableVarIntegerVarVar
    Annotations
    @inline()
  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
    @throws( ... )

Inherited from IntegerVariable

Inherited from MutableIntScalarVar

Inherited from MutableIntegerVar

Inherited from MutableVar

Inherited from IntegerVar

Inherited from VarWithDomain

Inherited from ScalarVar

Inherited from variable.Var

Inherited from AnyRef

Inherited from Any

Ungrouped