Packages

case class TptpInputStats[T <: FileData](name: T, axiom_count: Int, input_formula_count: Int, signature_size: Int, constants: Int, unary_funs: Int, binary_funs: Int, contains_equality: Boolean, arity_statistics: Option[Statistic[Int]]) extends CSVConvertible[String] with Product with Serializable

Captures data from a TPTP problem file

name

the file the data comes from

axiom_count

the number of axioms in the problem (including included files)

input_formula_count

the number statements asserting an imput formula

signature_size

the total number of different constants and function symbols

constants

the number of constants in the problem

unary_funs

the number of unary functions in the problem

binary_funs

the number of binary functions in the problem

arity_statistics

statistical data about the arities of function symbols (may be empty e.g. for ∀xEy.x=y)

Annotations
@SerialVersionUID()
Source
common.scala
Linear Supertypes
Serializable, Product, Equals, CSVConvertible[String], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TptpInputStats
  2. Serializable
  3. Product
  4. Equals
  5. CSVConvertible
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TptpInputStats(name: T, axiom_count: Int, input_formula_count: Int, signature_size: Int, constants: Int, unary_funs: Int, binary_funs: Int, contains_equality: Boolean, arity_statistics: Option[Statistic[Int]])

    name

    the file the data comes from

    axiom_count

    the number of axioms in the problem (including included files)

    input_formula_count

    the number statements asserting an imput formula

    signature_size

    the total number of different constants and function symbols

    constants

    the number of constants in the problem

    unary_funs

    the number of unary functions in the problem

    binary_funs

    the number of binary functions in the problem

    arity_statistics

    statistical data about the arities of function symbols (may be empty e.g. for ∀xEy.x=y)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toany2stringadd[TptpInputStats[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TptpInputStats[T], B)
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toArrowAssoc[TptpInputStats[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val arity_statistics: Option[Statistic[Int]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val axiom_count: Int
  9. val binary_funs: Int
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. val constants: Int
  12. val contains_equality: Boolean
  13. def csvHeader(): CSVRow[String]

    Returns the csv header decribing the data

    Returns the csv header decribing the data

    Definition Classes
    TptpInputStatsCSVConvertible
  14. def ensuring(cond: (TptpInputStats[T]) => Boolean, msg: => Any): TptpInputStats[T]
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toEnsuring[TptpInputStats[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (TptpInputStats[T]) => Boolean): TptpInputStats[T]
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toEnsuring[TptpInputStats[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): TptpInputStats[T]
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toEnsuring[TptpInputStats[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): TptpInputStats[T]
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toEnsuring[TptpInputStats[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toStringFormat[TptpInputStats[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. val input_formula_count: Int
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val name: T
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val signature_size: Int
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toCSV(): CSVRow[String]

    Converts the data to a CSV row

    Converts the data to a CSV row

    Definition Classes
    TptpInputStatsCSVConvertible
  31. val unary_funs: Int
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (TptpInputStats[T], B)
    Implicit
    This member is added by an implicit conversion from TptpInputStats[T] toArrowAssoc[TptpInputStats[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CSVConvertible[String]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromTptpInputStats[T] to any2stringadd[TptpInputStats[T]]

Inherited by implicit conversion StringFormat fromTptpInputStats[T] to StringFormat[TptpInputStats[T]]

Inherited by implicit conversion Ensuring fromTptpInputStats[T] to Ensuring[TptpInputStats[T]]

Inherited by implicit conversion ArrowAssoc fromTptpInputStats[T] to ArrowAssoc[TptpInputStats[T]]

Ungrouped