Trait

at.logic.gapt.proofs.expansionTrees

MultiExpansionTree

Related Doc: package expansionTrees

Permalink

trait MultiExpansionTree extends TreeA[Option[HOLFormula], Option[Seq[LambdaExpression]]]

Linear Supertypes
TreeA[Option[HOLFormula], Option[Seq[LambdaExpression]]], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MultiExpansionTree
  2. TreeA
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract 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.

  2. abstract def getSubformula: HOLFormula

    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).

  3. abstract def getVars: List[Var]

    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.

  4. abstract 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.

  5. abstract 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.

  6. abstract 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.

  7. abstract def toShallow: HOLFormula

    Permalink

    Computes the expansion tree's shallow formula.

    Computes the expansion tree's shallow formula.

    returns

    The shallow formula.

Concrete 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 MultiExpansionTree to any2stringadd[MultiExpansionTree] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MultiExpansionTree, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MultiExpansionTree to ArrowAssoc[MultiExpansionTree] 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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (MultiExpansionTree) ⇒ Boolean, msg: ⇒ Any): MultiExpansionTree

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toParArray: ParArray[T]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

Ungrouped