Packages

abstract class ParAAMStats extends AbstractMachineStats

To collect statistic information about the evaluation of the expression.

Attributes
protected
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParAAMStats
  2. AbstractMachineStats
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParAAMStats()

Abstract Value Members

  1. abstract def incAlreadyVisitedNb(): Unit
    Definition Classes
    AbstractMachineStats
  2. abstract def incLoopIterNb(): Unit
    Definition Classes
    AbstractMachineStats
  3. abstract def incSentNb(): Unit
  4. abstract def newStates(nb: ⇒ Int): Unit
    Definition Classes
    AbstractMachineStats
  5. abstract def pickStates(nb: ⇒ Int): Unit
    Definition Classes
    AbstractMachineStats
  6. abstract def println(): Unit
    Definition Classes
    AbstractMachineStats
  7. abstract def toString(escaped: ⇒ Boolean): String
    Definition Classes
    AbstractMachineStats
  8. abstract def toTsv: String
    Definition Classes
    AbstractMachineStats