cc.factorie.variable

LabeledIntegerVariable

class LabeledIntegerVariable extends IntegerVariable with LabeledIntegerVar

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

Instance Constructors

  1. new LabeledIntegerVariable(targetValue: Int)

Type Members

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

    Definition Classes
    IntegerVariable
  2. type TargetType = IntegerTargetVariable

    Definition Classes
    LabeledIntegerVariableLabeledVar
  3. 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: 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: 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: 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. def printName: String

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

    Assign a new value to this variable

    Assign a new value to this variable

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

    Definition Classes
    AnyRef
  33. val target: IntegerTargetVariable

    Stores the intended true "target" value for this variable.

    Stores the intended true "target" value for this variable.

    Definition Classes
    LabeledIntegerVariableLabeledVar
  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. def valueIsTarget: Boolean

    Definition Classes
    LabeledVar
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LabeledIntegerVar

Inherited from LabeledVar

Inherited from IntegerVariable

Inherited from MutableIntScalarVar

Inherited from MutableIntegerVar

Inherited from MutableVar

Inherited from IntegerVar

Inherited from VarWithDomain

Inherited from ScalarVar

Inherited from Var

Inherited from AnyRef

Inherited from Any

Ungrouped