Packages

c

info.kwarc.mmt.api.uom

SimplificationUnit

case class SimplificationUnit(context: Context, expandDefinitions: Boolean, fullRecursion: Boolean, solverO: Option[Solver] = None) extends MMTTask with scala.Product with Serializable

applies rules to simplify an object

context

the context of the object to simplify

expandDefinitions

if true, expand all definitions of constant (we speak of *deep* simplification)

fullRecursion

if false, only recurse into subexpressions that contribute to head-normalizations

Source
Simplifier.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimplificationUnit
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. MMTTask
  7. Killable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimplificationUnit(context: Context, expandDefinitions: Boolean, fullRecursion: Boolean, solverO: Option[Solver] = None)

    context

    the context of the object to simplify

    expandDefinitions

    if true, expand all definitions of constant (we speak of *deep* simplification)

    fullRecursion

    if false, only recurse into subexpressions that contribute to head-normalizations

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(c: Context): SimplificationUnit
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addListener(l: MMTTaskProgressListener): Unit
    Definition Classes
    MMTTask
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val context: Context
  9. def diesWith(implicit that: Killable): SimplificationUnit.this.type

    gives a killable object the same kill button as one that is already around

    gives a killable object the same kill button as one that is already around

    For example, when processing a task, generates a subtask, this should be called on the subtask to ensure killing the overall task also kills the subtask.

    Definition Classes
    Killable
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val expandDefinitions: Boolean
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val fullRecursion: Boolean
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getReports: List[MMTTaskProgress]

    get all reports in reverse chronological order

    get all reports in reverse chronological order

    Definition Classes
    MMTTask
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isKilled: Boolean

    processing should be aborted gracefully if true

    processing should be aborted gracefully if true

    Definition Classes
    Killable
  18. def kill: Unit

    signals aborting of processing

    signals aborting of processing

    Definition Classes
    Killable
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def removeListener(l: MMTTaskProgressListener): Unit
    Definition Classes
    MMTTask
  23. def reportProgress(a: MMTTaskProgress): Unit

    adds a report and forwards it to all listeners

    adds a report and forwards it to all listeners

    Definition Classes
    MMTTask
  24. def setTimeout[A](millisec: Int)(f: () ⇒ Unit): SimplificationUnit.this.type

    presses the kill button after the specified number of milli seconds

    presses the kill button after the specified number of milli seconds

    Definition Classes
    Killable
  25. val solverO: Option[Solver]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from MMTTask

Inherited from Killable

Inherited from AnyRef

Inherited from Any

Ungrouped