Object

at.logic.gapt.proofs.resolution.robinson

Formatter

Related Doc: package robinson

Permalink

object Formatter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Formatter
  2. AnyRef
  3. 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. def apply(indent: String, p: ResolutionProof[OccClause], ids: Map[OccClause, Int]): String

    Permalink
  5. def apply(p: ResolutionProof[OccClause]): String

    Permalink
  6. def asGraphViz(p: ResolutionProof[OccClause]): String

    Permalink
  7. def asGraphViz(s: String, p: LKProof, i: Int): (String, Int)

    Permalink
  8. def asGraphViz(p: LKProof): String

    Permalink
  9. def asHumanReadableString(p: ResolutionProof[OccClause]): String

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def asTex(p: ResolutionProof[OccClause]): String

    Permalink
  12. def asXml(s: String, p: LKProof): String

    Permalink
  13. def asXml(p: LKProof): String

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def createMap(p: ResolutionProof[OccClause], i: Int, map: Map[OccClause, Int]): (Map[OccClause, Int], Int)

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def escapeTex(s: String): String

    Permalink
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def gv(p: ResolutionProof[OccClause], ids: Map[OccClause, Int], edges: List[List[Int]]): (String, List[List[Int]])

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. val nLine: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def printToFile(f: File)(op: (PrintWriter) ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def tex(p: ResolutionProof[OccClause], ids: Map[OccClause, Int], edges: List[List[Int]]): (String, List[List[Int]])

    Permalink
  31. def toInt(s: RuleTypeA): Int

    Permalink
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped