Packages

class IMPSImportTask extends Logger with MMTTask

Source
IMPSImportTask.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IMPSImportTask
  2. MMTTask
  3. Killable
  4. Logger
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IMPSImportTask(controller: Controller, bt: BuildTask, tState: TranslationState, toplevelDoc: Document, index: (Document) ⇒ Unit)

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. def addListener(l: MMTTaskProgressListener): Unit
    Definition Classes
    MMTTask
  5. def addSortEqualityRule(sort1: Term, sort2: Term, theory: Theory, praesSort1: String = "", praesSort2: String = ""): Unit
  6. def addSubtypingRule(subsort: Term, supersort: Term, theory: Theory, origin: GlobalName, subname: String = "", supname: String = ""): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val controller: Controller
  10. def curry(srt: IMPSSort): IMPSSort
  11. def curryIMPSforall(f: IMPSForAll): IMPSForAll
  12. def curryIMPSforsome(f: IMPSForSome): IMPSForSome
  13. def curryIMPSlambda(l: IMPSLambda): IMPSLambda
  14. def diesWith(implicit that: Killable): IMPSImportTask.this.type

    gives a killable object the same kill button as one that is already around

    gives a killable object the same kill button as one that is already around

    For example, when processing a task, generates a subtask, this should be called on the subtask to ensure killing the overall task also kills the subtask.

    Definition Classes
    Killable
  15. def doDeclaration(d: DefForm, uri: URI): Unit
  16. def doDocument(es: List[DefForm], uri: URI): BuildResult
  17. def doIMPSForall(forall: IMPSForAll, thy: Theory, cntxt: List[(IMPSVar, IMPSSort)]): Term
  18. def doIMPSForsome(forsome: IMPSForSome, thy: Theory, cntxt: List[(IMPSVar, IMPSSort)]): Term
  19. def doIMPSLambda(lambda: IMPSLambda, thy: Theory, cntxt: List[(IMPSVar, IMPSSort)]): Term
  20. def doLanguage(l: DFLanguage, docPath: DPath, ns: DPath, uri: URI): Unit
  21. def doLiteral(s: String): Term
  22. def doMathExp(d: IMPSMathExp, thy: Theory, cntxt: List[(IMPSVar, IMPSSort)]): Term
  23. def doMetaData(d: Declaration, metaVerb: String, metaObject: String): Unit
  24. def doName(s: String): LocalName
  25. def doQuasiConstructor(d: IMPSMathExp, thy: Theory, cntxt: List[(IMPSVar, IMPSSort)]): Term
  26. def doSort(d: IMPSSort, t: Theory): Term
  27. def doSourceRefD(d: Declaration, s: SourceInfo, uri: URI): Unit
  28. def doSourceRefT(t: Term, s: SourceInfo, uri: URI): Unit
  29. def doSubsort(subsort: IMPSSort, supersort: IMPSSort, thy: Theory, src: SourceInfo, uri: URI): Unit
  30. def doTheory(t: DFTheory, docPath: DPath, ns: DPath, uri: URI): Unit
  31. def doTransitiveSubtyping(the_subsort: Term, known_supersorts: List[Term], theory: Theory): Unit
  32. def doTranslation(d: DFTranslation, docPath: DPath, uri: URI): Unit
  33. def doUsages(d: Declaration, usages: List[Usage.Usage]): Unit
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def findConstant(name: String, thy: Theory): Constant
  38. def findKind(sort: IMPSSort): Term
  39. def findLangOrTheory(name: Any): Option[Theory]
  40. def findLanguage(name: Any): Option[Theory]
  41. def findSortFromContext(exp: IMPSMathExp, context: List[(IMPSVar, IMPSSort)]): Option[IMPSSort]
  42. def findTheory(name: Any): Option[Theory]
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def getConstant(name: String, thy: Theory): Constant
  45. def getConstantOption(name: String, thy: Theory): Option[Constant]
  46. def getReports: List[MMTTaskProgress]

    get all reports in reverse chronological order

    get all reports in reverse chronological order

    Definition Classes
    MMTTask
  47. def getTheory(name: String): Theory
  48. def getTheoryOption(name: String): Option[Theory]
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def isDecLiteral(s: String): Boolean
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. def isIntLiteral(s: String): Boolean
  53. def isKilled: Boolean

    processing should be aborted gracefully if true

    processing should be aborted gracefully if true

    Definition Classes
    Killable
  54. def isOctLiteral(s: String): Boolean
  55. def isRatLiteral(s: String): Boolean
  56. def isSubtheoryOf(sup: Theory, sub: Theory): Boolean
  57. def isSupportedLiteral(s: String): Boolean
  58. def kill: Unit

    signals aborting of processing

    signals aborting of processing

    Definition Classes
    Killable
  59. def locateMathSymbolHome(s: String, thy: Theory): Option[Theory]
  60. def locateMathSymbolHomePrime(s: String, thy: Theory): Option[Theory]
  61. def log(e: Error): Unit

    logs an error - always logged

    logs an error - always logged

    Attributes
    protected
    Definition Classes
    Logger
  62. def log(s: ⇒ String, subgroup: Option[String] = None): Unit

    logs a message with this logger's logprefix

    logs a message with this logger's logprefix

    Attributes
    protected
    Definition Classes
    Logger
  63. def logError(s: ⇒ String): Unit

    log as an error message

    log as an error message

    Attributes
    protected
    Definition Classes
    Logger
  64. def logGroup[A](a: ⇒ A): A

    wraps around a group to create nested logging

    wraps around a group to create nested logging

    Attributes
    protected
    Definition Classes
    Logger
  65. def logPrefix: String
    Definition Classes
    IMPSImportTaskLogger
  66. def logTemp(s: ⇒ String): Unit

    temporary logging - always logged

    temporary logging - always logged

    Attributes
    protected
    Definition Classes
    Logger
  67. def makeReadable(str: String): String
  68. def makeReplica(base: Theory, docPath: DPath, ns: DPath, renamer: (String) ⇒ String): Theory
  69. def matchSort(e: IMPSSort, t: Theory): Term
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. def recursiveIncludes(ts: List[Theory]): List[Theory]
  74. def removeListener(l: MMTTaskProgressListener): Unit
    Definition Classes
    MMTTask
  75. def report: Report
    Attributes
    protected
    Definition Classes
    IMPSImportTaskLogger
  76. def reportProgress(a: MMTTaskProgress): Unit

    adds a report and forwards it to all listeners

    adds a report and forwards it to all listeners

    Definition Classes
    MMTTask
  77. def setTimeout[A](millisec: Int)(f: () ⇒ Unit): IMPSImportTask.this.type

    presses the kill button after the specified number of milli seconds

    presses the kill button after the specified number of milli seconds

    Definition Classes
    Killable
  78. def strCaseEq(ying: Any, yang: Any): Boolean
  79. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MMTTask

Inherited from Killable

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped