Class

at.logic.gapt.proofs.expansionTrees

METAtom

Related Doc: package expansionTrees

Permalink

case class METAtom(atom: HOLAtom) extends MultiExpansionTree with TerminalNodeA[Option[HOLFormula], Option[Seq[LambdaExpression]]] with Product with Serializable

Models an atomic expansion tree.

Atom(f)

atom

The formula f.

Linear Supertypes
Serializable, Serializable, Product, Equals, TerminalNodeA[Option[HOLFormula], Option[Seq[LambdaExpression]]], MultiExpansionTree, TreeA[Option[HOLFormula], Option[Seq[LambdaExpression]]], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. METAtom
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TerminalNodeA
  7. MultiExpansionTree
  8. TreeA
  9. AnyRef
  10. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new METAtom(atom: HOLAtom)

    Permalink

    atom

    The formula f.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to any2stringadd[METAtom] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (METAtom, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to ArrowAssoc[METAtom] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val atom: HOLAtom

    Permalink

    The formula f.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def containsWeakQuantifiers: Boolean

    Permalink

    Tests whether the tree contains any weak quantifier nodes.

    Tests whether the tree contains any weak quantifier nodes.

    returns

    True iff there are weak quantifiers anywhere in the tree.

    Definition Classes
    METAtomMultiExpansionTree
  10. def ensuring(cond: (METAtom) ⇒ Boolean, msg: ⇒ Any): METAtom

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to Ensuring[METAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (METAtom) ⇒ Boolean): METAtom

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to Ensuring[METAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): METAtom

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to Ensuring[METAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): METAtom

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to Ensuring[METAtom] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to StringFormat[METAtom] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getSubformula: HOLAtom

    Permalink

    Returns a node's shallow formula minus the quantifiers represented by that node.

    Returns a node's shallow formula minus the quantifiers represented by that node.

    returns

    The shallow formula of this node minus the quantifiers represented by it (if any).

    Definition Classes
    METAtomMultiExpansionTree
  19. def getVars: Nil.type

    Permalink

    Gets the list of variables instantiated by this node.

    Gets the list of variables instantiated by this node. It will be empty for non-quantifier nodes.

    Definition Classes
    METAtomMultiExpansionTree
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. lazy val node: Some[HOLAtom]

    Permalink
    Definition Classes
    METAtomTerminalNodeA
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def numberOfInstances: Int

    Permalink

    Computes the number of instances in an expansion tree.

    Computes the number of instances in an expansion tree.

    returns

    The number of instances in the tree.

    Definition Classes
    METAtomMultiExpansionTree
  26. def numberOfQuantifiers: Int

    Permalink

    Returns the number of quantifiers represented by a node.

    Returns the number of quantifiers represented by a node.

    returns

    The number of quantifiers represented by this node.

    Definition Classes
    METAtomMultiExpansionTree
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toDeep(pol: Int): HOLFormula

    Permalink

    Computes the expansion tree's deep formula.

    Computes the expansion tree's deep formula.

    pol

    Determines whether the tree is negated (<0) or not (>0).

    returns

    The deep formula.

    Definition Classes
    METAtomMultiExpansionTree
  29. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to CollectionsHaveToParArray[METAtom, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (METAtom) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  30. def toShallow: HOLAtom

    Permalink

    Computes the expansion tree's shallow formula.

    Computes the expansion tree's shallow formula.

    returns

    The shallow formula.

    Definition Classes
    METAtomMultiExpansionTree
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (METAtom, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from METAtom to ArrowAssoc[METAtom] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TerminalNodeA[Option[HOLFormula], Option[Seq[LambdaExpression]]]

Inherited from MultiExpansionTree

Inherited from TreeA[Option[HOLFormula], Option[Seq[LambdaExpression]]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from METAtom to CollectionsHaveToParArray[METAtom, T]

Inherited by implicit conversion any2stringadd from METAtom to any2stringadd[METAtom]

Inherited by implicit conversion StringFormat from METAtom to StringFormat[METAtom]

Inherited by implicit conversion Ensuring from METAtom to Ensuring[METAtom]

Inherited by implicit conversion ArrowAssoc from METAtom to ArrowAssoc[METAtom]

Ungrouped