o

gapt.proofs.lk.util

CreateASchemaVersion

object CreateASchemaVersion extends LKVisitor[MutableContext]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateASchemaVersion
  2. LKVisitor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply(proof: LKProof, otherArg: MutableContext): LKProof

    Applies the proof transformation to an LKProof.

    Applies the proof transformation to an LKProof.

    proof

    The input proof.

    returns

    The transformed proof.

    Definition Classes
    LKVisitor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def contractAfter[A](visitingFunction: (LKProof, A) => (LKProof, SequentConnector)): (LKProof, A) => (LKProof, SequentConnector)

    Transforms a visiting function by inserting contractions after it.

    Transforms a visiting function by inserting contractions after it. Only formula occurrences that were not in the old proof -- i.e., that have been added by the visitor -- are contracted.

    visitingFunction

    The visiting function after which contractions should be inserted. In most cases, just using recurse here should be fine.

    returns

    A new visiting function that behaves the same as the old one, but contracts all duplicate new formulas at the end.

    Definition Classes
    LKVisitor
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def one2one(proof: LKProof, arg: MutableContext)(func: (Seq[(LKProof, SequentConnector)]) => LKProof): (LKProof, SequentConnector)
    Definition Classes
    LKVisitor
  17. def recurse(p: LKProof, ctx: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    CreateASchemaVersionLKVisitor
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def transportToSubProof(arg: MutableContext, proof: LKProof, subProofIdx: Int): MutableContext
    Definition Classes
    LKVisitor
  21. def visitAndLeft(proof: AndLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  22. def visitAndRight(proof: AndRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  23. def visitBottomAxiom(otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  24. def visitContractionLeft(proof: ContractionLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  25. def visitContractionRight(proof: ContractionRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  26. def visitCut(proof: CutRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  27. def visitDefinitionLeft(proof: ConversionLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  28. def visitDefinitionRight(proof: ConversionRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  29. def visitEqualityLeft(proof: EqualityLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  30. def visitEqualityRight(proof: EqualityRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  31. def visitExistsLeft(proof: ExistsLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  32. def visitExistsRight(proof: ExistsRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  33. def visitExistsSkLeft(proof: ExistsSkLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  34. def visitForallLeft(proof: ForallLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  35. def visitForallRight(proof: ForallRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  36. def visitForallSkRight(proof: ForallSkRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  37. def visitImpLeft(proof: ImpLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  38. def visitImpRight(proof: ImpRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  39. def visitInduction(proof: InductionRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  40. def visitLogicalAxiom(proof: LogicalAxiom, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  41. def visitNegLeft(proof: NegLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  42. def visitNegRight(proof: NegRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  43. def visitOpenAssumption(proof: OpenAssumption, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  44. def visitOrLeft(proof: OrLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  45. def visitOrRight(proof: OrRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  46. def visitProofLink(proof: ProofLink, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  47. def visitReflexivityAxiom(proof: ReflexivityAxiom, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  48. def visitTopAxiom(otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  49. def visitWeakeningLeft(proof: WeakeningLeftRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  50. def visitWeakeningRight(proof: WeakeningRightRule, otherArg: MutableContext): (LKProof, SequentConnector)
    Attributes
    protected
    Definition Classes
    LKVisitor
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def withIdentitySequentConnector(proof: LKProof): (LKProof, SequentConnector)
    Definition Classes
    LKVisitor
  55. final def withSequentConnector(proof: LKProof, otherArg: MutableContext): (LKProof, SequentConnector)

    Applies the proof transformation to an LKProof.

    Applies the proof transformation to an LKProof.

    proof

    The input proof.

    returns

    Transformed proof, and the sequent connector with the new proof as lower sequent and the old proof as upper sequent.

    Definition Classes
    LKVisitor

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LKVisitor[MutableContext]

Inherited from AnyRef

Inherited from Any

Ungrouped