class FindingProcess extends MMTTask with Logger
- Source
- ViewFinder.scala
- Alphabetic
- By Inheritance
- FindingProcess
- Logger
- MMTTask
- Killable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addListener(l: MMTTaskProgressListener): Unit
- Definition Classes
- MMTTask
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
diesWith(implicit that: Killable): FindingProcess.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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findViews(th1: Theoryhash, th2: Theoryhash): Set[List[Map]]
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getReports: List[MMTTaskProgress]
get all reports in reverse chronological order
get all reports in reverse chronological order
- Definition Classes
- MMTTask
-
def
getStartingPoints(implicit allpairs: List[(Consthash, Consthash)]): List[(Consthash, Consthash)]
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isKilled: Boolean
processing should be aborted gracefully if true
processing should be aborted gracefully if true
- Definition Classes
- Killable
-
def
kill: Unit
signals aborting of processing
signals aborting of processing
- Definition Classes
- Killable
-
def
log(e: Error): Unit
logs an error - always logged
logs an error - always logged
- Attributes
- protected
- Definition Classes
- Logger
-
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
-
def
logError(s: ⇒ String): Unit
log as an error message
log as an error message
- Attributes
- protected
- Definition Classes
- Logger
-
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
-
def
logPrefix: String
- Definition Classes
- FindingProcess → Logger
-
def
logTemp(s: ⇒ String): Unit
temporary logging - always logged
temporary logging - always logged
- Attributes
- protected
- Definition Classes
- Logger
- def makeviews(path: MPath, omaps: List[Map]): List[View]
-
def
matches(c: Consthash, d: Consthash)(l: List[(GlobalName, GlobalName)]): Boolean
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
postProcess(views: Set[List[Map]]): List[Map]
- Attributes
- protected
-
def
potentialMatches(t1: List[Consthash], t2: List[Consthash]): List[(Consthash, Consthash)]
- Attributes
- protected
-
def
removeListener(l: MMTTaskProgressListener): Unit
- Definition Classes
- MMTTask
-
val
report: Report
- Definition Classes
- FindingProcess → Logger
-
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
- def run(from: List[Theoryhash] = Nil, to: List[Theoryhash] = Nil): List[Map]
-
def
setTimeout[A](millisec: Int)(f: () ⇒ Unit): FindingProcess.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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()