Packages

  • package root
    Definition Classes
    root
  • package ap

    Package object making available some of the objects in sub-packages

    Package object making available some of the objects in sub-packages

    Definition Classes
    root
  • package terfor
    Definition Classes
    ap
  • object TermOrder

    Class for representing total orderings on constants (and variables), and their extension to arbitrary terms.

    Class for representing total orderings on constants (and variables), and their extension to arbitrary terms. For the time being, we do not consider arbitrary (non-nullary) functions apart from the pre-defined arithmetic operations.

    constantSeq is the list of constants that are totally ordered by this TermOrder, starting with the biggest constant. In addition, variable terms are by default ordered as bigger as all constants. We use the List datatype for the constant order, so that new large constants can efficiently be added.

    Definition Classes
    terfor
  • CoeffWeight
  • ConstantWeight
  • NonCoeffWeight
  • OneWeight
  • VariableWeight
  • Weight
c

ap.terfor.TermOrder

ConstantWeight

case class ConstantWeight(value: Int) extends NonCoeffWeight with Product with Serializable

Attributes
protected[terfor]
Linear Supertypes
Serializable, Product, Equals, NonCoeffWeight, Weight, Ordered[Weight], Comparable[Weight], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantWeight
  2. Serializable
  3. Product
  4. Equals
  5. NonCoeffWeight
  6. Weight
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConstantWeight(value: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def <(that: Weight): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Weight): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Weight): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Weight): Boolean
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def compare(that: NonCoeffWeight): Int
    Definition Classes
    NonCoeffWeight
  11. def compare(that: Weight): Int
    Definition Classes
    Weight → Ordered
  12. def compareTo(that: Weight): Int
    Definition Classes
    Ordered → Comparable
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def patternType: Int
    Attributes
    protected
    Definition Classes
    ConstantWeightNonCoeffWeight
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toCoeffWeight: CoeffWeight
    Attributes
    protected
    Definition Classes
    NonCoeffWeightWeight
  23. val value: Int
    Definition Classes
    ConstantWeightNonCoeffWeight
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NonCoeffWeight

Inherited from Weight

Inherited from Ordered[Weight]

Inherited from Comparable[Weight]

Inherited from AnyRef

Inherited from Any

Ungrouped