object THF
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- THF
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed abstract class BinaryConnective extends Connective
- final case class BinaryFormula(connective: BinaryConnective, left: Formula, right: Formula) extends Formula with Product with Serializable
- final case class ConditionalTerm(condition: Formula, thn: Formula, els: Formula) extends Formula with Product with Serializable
- sealed abstract class Connective extends AnyRef
- final case class ConnectiveTerm(conn: Connective) extends Formula with Product with Serializable
- sealed abstract class DefinedTH1Constant extends AnyRef
Special kind of interpreted TPTP constants that do not start with a dollar sign.
Special kind of interpreted TPTP constants that do not start with a dollar sign. Used in TH1 for polymorphic constant symbols that correspond to quantification, equality, etc.
- final case class DefinedTH1ConstantTerm(constant: DefinedTH1Constant) extends Formula with Product with Serializable
- final case class DistinctObject(name: String) extends Formula with Product with Serializable
- sealed abstract class Formula extends AnyRef
- final case class FunctionTerm(f: String, args: Seq[Formula]) extends Formula with Product with Serializable
- final case class LetTerm(typing: Map[String, Type], binding: Seq[(Formula, Formula)], body: Formula) extends Formula with Product with Serializable
- final case class Logical(formula: Formula) extends Statement with Product with Serializable
- final case class NumberTerm(value: Number) extends Formula with Product with Serializable
- final case class QuantifiedFormula(quantifier: Quantifier, variableList: Seq[TypedVariable], body: Formula) extends Formula with Product with Serializable
- sealed abstract class Quantifier extends AnyRef
- sealed abstract class Statement extends AnyRef
- final case class Tuple(elements: Seq[Formula]) extends Formula with Product with Serializable
- type Type = Formula
- type TypedVariable = (String, Type)
- final case class Typing(atom: String, typ: Type) extends Statement with Product with Serializable
- sealed abstract class UnaryConnective extends Connective
- final case class UnaryFormula(connective: UnaryConnective, body: Formula) extends Formula with Product with Serializable
- final case class Variable(name: String) extends Formula with Product with Serializable
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
- 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 equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- case object ! extends Quantifier with Product with Serializable
- case object !! extends DefinedTH1Constant with Product with Serializable
- case object !> extends Quantifier with Product with Serializable
- case object & extends BinaryConnective with Product with Serializable
- case object := extends BinaryConnective with Product with Serializable
- case object <= extends BinaryConnective with Product with Serializable
- case object <=> extends BinaryConnective with Product with Serializable
- case object <~> extends BinaryConnective with Product with Serializable
- case object ? extends Quantifier with Product with Serializable
- case object ?* extends Quantifier with Product with Serializable
- case object ?? extends DefinedTH1Constant with Product with Serializable
- case object @+ extends Quantifier with Product with Serializable
- case object @- extends Quantifier with Product with Serializable
- case object @= extends DefinedTH1Constant with Product with Serializable
- case object @@+ extends DefinedTH1Constant with Product with Serializable
- case object @@- extends DefinedTH1Constant with Product with Serializable
- case object App extends BinaryConnective with Product with Serializable
- case object Eq extends BinaryConnective with Product with Serializable
- case object FunTyConstructor extends BinaryConnective with Product with Serializable
- case object Impl extends BinaryConnective with Product with Serializable
- case object Neq extends BinaryConnective with Product with Serializable
- case object ProductTyConstructor extends BinaryConnective with Product with Serializable
- case object SumTyConstructor extends BinaryConnective with Product with Serializable
- case object ^ extends Quantifier with Product with Serializable
- case object | extends BinaryConnective with Product with Serializable
- case object ~ extends UnaryConnective with Product with Serializable
- case object ~& extends BinaryConnective with Product with Serializable
- case object ~| extends BinaryConnective with Product with Serializable