Class/Object

optimus.algebra

Const

Related Docs: object Const | package algebra

Permalink

class Const extends Expression

Constant expression holding a double value.

Linear Supertypes
Expression, LazyLogging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Const
  2. Expression
  3. LazyLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Const(value: Double)

    Permalink

    value

    the value held by the constraint

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(other: Expression): Expression

    Permalink
    Definition Classes
    ConstExpression
  4. def *(term: Term): Term

    Permalink
  5. def *(x: Var): Term

    Permalink
  6. def *(other: Const): Const

    Permalink
  7. def +(other: Const): Const

    Permalink
  8. def +(that: Expression): Expression

    Permalink
    Definition Classes
    Expression
  9. def -(other: Const): Const

    Permalink
  10. def -(that: Expression): Expression

    Permalink
    Definition Classes
    Expression
  11. def :=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  12. def <:=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def >:=(that: Expression): Constraint

    Permalink
    Definition Classes
    Expression
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. val constant: Double

    Permalink
    Definition Classes
    ConstExpression
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(obj: Any): Boolean

    Permalink

    obj

    an object to compare

    returns

    true only in case the object is a constant and has identical value

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrder: ExpressionType

    Permalink
    Definition Classes
    Expression
  23. def hashCode(): Int

    Permalink

    returns

    the hash code of the boxed double value

    Definition Classes
    Const → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val terms: LongDoubleMap

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

    Permalink
    Definition Classes
    ConstExpression → AnyRef → Any
  32. def unary_-(): Expression

    Permalink
    Definition Classes
    ConstExpression
  33. val value: Double

    Permalink

    the value held by the constraint

  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Expression

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped