Object

at.logic.gapt.proofs.ceres_schema.struct

StructCreators

Related Doc: package struct

Permalink

object StructCreators extends Logger

Source
Struct.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructCreators
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def combinations[A](n: Int, m: Set[A]): Set[Set[A]]

    Permalink
  7. def cutConfigurations(p: LKProof): Set[Set[FormulaOccurrence]]

    Permalink
  8. def debug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(msg: ⇒ String, e: Throwable): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  12. def error(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  13. def extract(p: LKProof, cut_occs: Set[FormulaOccurrence]): Struct

    Permalink
  14. def extract(p: LKProof, predicate: (HOLFormula) ⇒ Boolean): Struct

    Permalink
  15. def extract(p: LKProof): Struct

    Permalink
  16. def extractBaseWithCutConfig(schema: SchemaProof, cc: CutOccurrenceConfiguration): Struct

    Permalink
  17. def extractFormula(name: String, fresh_param: IntVar): HOLFormula

    Permalink
  18. def extractRelevantStruct(name: String, fresh_param: IntVar): (List[(String, Struct, Set[FormulaOccurrence])], List[(String, Struct, Set[FormulaOccurrence])])

    Permalink
  19. def extractStepWithCutConfig(schema: SchemaProof, cc: CutOccurrenceConfiguration): Struct

    Permalink
  20. def extractStruct(name: String, fresh_param: IntVar): Struct

    Permalink
  21. def extractStructRCCbase(name: String, rcc: List[(String, Set[FormulaOccurrence], Set[FormulaOccurrence])]): Struct

    Permalink
  22. def extractStructRCCstep(name: String, fresh_param: IntVar, rcc: List[(String, Set[FormulaOccurrence])]): Struct

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def handleAxiom(so: OccSequent, cut_occs: Set[FormulaOccurrence]): Struct

    Permalink
  26. def handleBinary(upperProofLeft: LKProof, upperProofRight: LKProof, l: List[FormulaOccurrence], cut_occs: Set[FormulaOccurrence]): Struct

    Permalink
  27. def handleLabelledAxiom(lso: LabelledOccSequent, cut_occs: Set[FormulaOccurrence]): Struct

    Permalink
  28. def handleSchemaProofLink(so: OccSequent, name: String, indices: List[IntegerTerm], cut_occs: CutOccurrenceConfiguration): A

    Permalink
  29. def handleUnary(upperProof: LKProof, cut_occs: Set[FormulaOccurrence]): Struct

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def info(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  34. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  35. def makeTimesJunction(structs: List[Struct], aux: List[FormulaOccurrence]): Struct

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def size(s: Struct, n: Int): Int

    Permalink
  40. def size(s: Struct): Int

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

    Permalink
    Definition Classes
    AnyRef
  42. def toFormula(s: OccSequent): HOLFormula

    Permalink
  43. def toFormula(s: Struct): HOLFormula

    Permalink
  44. def toOccurrence(f: HOLFormula, so: OccSequent): FormulaOccurrence

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def trace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  51. def warn(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logger

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped