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

case object OneWeight 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. OneWeight
  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

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. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def patternType: Int
    Attributes
    protected
    Definition Classes
    OneWeightNonCoeffWeight
  21. def productElementName(n: Int): String
    Definition Classes
    Product
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toCoeffWeight: CoeffWeight
    Attributes
    protected
    Definition Classes
    NonCoeffWeightWeight
  25. def value: Int
    Attributes
    protected
    Definition Classes
    OneWeightNonCoeffWeight
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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