final case class TPIAnnotated(name: String, role: String, formula: Statement, annotations: Annotations) extends AnnotatedFormula with Product with Serializable
- Alphabetic
- By Inheritance
- TPIAnnotated
- Serializable
- Product
- Equals
- AnnotatedFormula
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TPIAnnotated(name: String, role: String, formula: Statement, annotations: Annotations)
Type Members
- type F = Statement
- Definition Classes
- TPIAnnotated → AnnotatedFormula
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val annotations: Annotations
The annotations of the annotated formula, if any.
The annotations of the annotated formula, if any.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val formula: Statement
The underlying formula of the annotated formula.
The underlying formula of the annotated formula.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- def formulaType: FormulaType
The AnnotatedFormula.FormulaType of the underlying formula.
The AnnotatedFormula.FormulaType of the underlying formula.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
The name of the annotated formula.
The name of the annotated formula.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pretty: String
Returns a TPTP-compliant serialization of the formula.
Returns a TPTP-compliant serialization of the formula.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val role: String
The role of the annotated formula.
The role of the annotated formula.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- def symbols: Set[String]
Contains every constant symbol (i.e., no variables) occurring in the formula, including term and type symbols.
Contains every constant symbol (i.e., no variables) occurring in the formula, including term and type symbols.
- Definition Classes
- TPIAnnotated → AnnotatedFormula
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()