Packages

object Statistics

Formula, term, and tactic statistics.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statistics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def countAtomicFormulas(fml: Formula): Int

    The number of atomic formulas in formula fml.

  7. def countAtomicTerms(trm: Term): Int

    The number of atomic terms in term trm

  8. def countAtomicTerms(fml: Formula): Int

    The number of atomic terms in formula fml.

  9. def countFormulaOperators(fml: Formula, arith: Boolean = false): Int

    Returns the number of composition operators in the formula fml

    Returns the number of composition operators in the formula fml

    arith

    true to include counting arithmetic operators.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def length(e: Program): Int

    Length of program e, i.e., number of operators and atoms

  17. def length(e: Formula): Int

    Length of formula e, i.e., number of operators and atoms

  18. def length(e: Term): Int

    Length of term e, i.e., number of operators and atoms

  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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def tacticLines(t: BelleExpr): Int

    The number of tactic lines.

    The number of tactic lines. See TacticStatistics.lines

  24. def tacticSize(t: BelleExpr): Int

    The number of tactic operators.

    The number of tactic operators. See TacticStatistics.size

  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped