object FOF
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FOF
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AtomicFormula(f: String, args: Seq[Term]) extends Formula with Product with Serializable
- final case class AtomicTerm(f: String, args: Seq[Term]) extends Term with Product with Serializable
- sealed abstract class BinaryConnective extends Connective
- final case class BinaryFormula(connective: BinaryConnective, left: Formula, right: Formula) extends Formula with Product with Serializable
- sealed abstract class Connective extends AnyRef
- final case class DistinctObject(name: String) extends Term with Product with Serializable
- final case class Equality(left: Term, right: Term) extends Formula with Product with Serializable
- sealed abstract class Formula extends AnyRef
- final case class Inequality(left: Term, right: Term) 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 Term with Product with Serializable
- final case class QuantifiedFormula(quantifier: Quantifier, variableList: Seq[String], body: Formula) extends Formula with Product with Serializable
- sealed abstract class Quantifier extends AnyRef
- sealed abstract class Statement extends AnyRef
- sealed abstract class Term extends AnyRef
- 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 Term 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 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 Impl extends BinaryConnective 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