Class

at.logic.gapt.formats.ivy

Instantiate

Related Doc: package ivy

Permalink

case class Instantiate(id: String, clause_exp: SExpression, substitution: FOLSubstitution, vertex: OccClause, t: IvyResolutionProof) extends UnaryAGraph[OccClause] with UnaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Instantiate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IvyResolutionProof
  7. UnaryAGraphProof
  8. AGraphProof
  9. UnaryProof
  10. Proof
  11. UnaryAGraph
  12. AGraph
  13. EdgeGraph
  14. Graph
  15. AnyRef
  16. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instantiate(id: String, clause_exp: SExpression, substitution: FOLSubstitution, vertex: OccClause, t: IvyResolutionProof)

    Permalink

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Instantiate to ArrowAssoc[Instantiate] 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 clause_exp: SExpression

    Permalink
    Definition Classes
    InstantiateIvyResolutionProof
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains[T >: AGraph[OccClause]](sub: T): Boolean

    Permalink
    Definition Classes
    UnaryAGraphAGraph
  10. def ensuring(cond: (Instantiate) ⇒ Boolean, msg: ⇒ Any): Instantiate

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Instantiate to Ensuring[Instantiate] 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 Instantiate to StringFormat[Instantiate] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. val g: Graph[OccClause]

    Permalink
    Definition Classes
    EdgeGraph
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val hashCode: Int

    Permalink
    Definition Classes
    UnaryAGraph → AnyRef → Any
  20. val id: String

    Permalink
    Definition Classes
    InstantiateIvyResolutionProof
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def latexQAGraph: String

    Permalink
    Definition Classes
    UnaryAGraph
  23. val nLine: String

    Permalink
    Definition Classes
    IvyResolutionProof
  24. def name: String

    Permalink
    Definition Classes
    UnaryAGraphAGraph
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def nodes[_ >: OccClause](visited: HashSet[AGraph[_]]): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  27. def nodes[_ >: OccClause](): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def printNodes(p: IvyResolutionProof, m: List[String], out: StringBuilder): List[String]

    Permalink
    Definition Classes
    IvyResolutionProof
  31. def root: OccClause

    Permalink
    Definition Classes
    Proof
  32. def rule: InstantiateType.type

    Permalink
    Definition Classes
    InstantiateProof
  33. def size[_ >: OccClause](visited: Map[AGraph[_], Int]): Map[AGraph[_], Int]

    Permalink
    Definition Classes
    AGraph
  34. def size[_ >: OccClause](): Int

    Permalink
    Definition Classes
    AGraph
  35. val substitution: FOLSubstitution

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. val t: IvyResolutionProof

    Permalink
    Definition Classes
    InstantiateUnaryAGraph
  38. def toString(): String

    Permalink
    Definition Classes
    IvyResolutionProofProof → AnyRef → Any
  39. def uProof: Proof[OccClause]

    Permalink
    Definition Classes
    UnaryProof
  40. def unique_size: Int

    Permalink
    Definition Classes
    AGraph
  41. val v1: OccClause

    Permalink
    Definition Classes
    EdgeGraph
  42. val v2: OccClause

    Permalink
    Definition Classes
    EdgeGraph
  43. val vertex: OccClause

    Permalink
    Definition Classes
    InstantiateUnaryAGraphAGraph
  44. final def wait(): Unit

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IvyResolutionProof

Inherited from UnaryAGraphProof[OccClause]

Inherited from AGraphProof[OccClause]

Inherited from UnaryProof[OccClause]

Inherited from Proof[OccClause]

Inherited from UnaryAGraph[OccClause]

Inherited from AGraph[OccClause]

Inherited from EdgeGraph[OccClause]

Inherited from Graph[OccClause]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped