RegularReevaluationHandling

rescala.fullmv.tasks.TaskBundle.RegularReevaluationHandling

Attributes

Graph
Supertypes
trait FullMVAction
class RecursiveAction
class ForkJoinTask[Void]
trait Serializable
trait Future[Void]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

final def commitDependencyDiff(node: of[State], current: Set[of[State]])(updated: Set[of[State]]): Unit
override def createReevaluation(succTxn: FullMVTurn): FullMVAction

Attributes

Definition Classes
def doReevaluation(retainBranch: Boolean): Unit

Inherited methods

def cancel(x$0: Boolean): Boolean

Attributes

Inherited from:
ForkJoinTask

Attributes

Inherited from:
ForkJoinTask
def complete(x$0: Void): Unit

Attributes

Inherited from:
ForkJoinTask
def completeExceptionally(x$0: Throwable): Unit

Attributes

Inherited from:
ForkJoinTask
override def compute(): Unit

Attributes

Definition Classes
FullMVAction -> RecursiveAction
Inherited from:
FullMVAction
def doCompute(): Unit

Attributes

Inherited from:
FullMVAction
def exceptionNow(): Throwable

Attributes

Inherited from:
ForkJoinTask
final def fork(): ForkJoinTask[Void]

Attributes

Inherited from:
ForkJoinTask
final def get(x$0: Long, x$1: TimeUnit): Void

Attributes

Inherited from:
ForkJoinTask
final def get(): Void

Attributes

Inherited from:
ForkJoinTask
final def getException(): Throwable

Attributes

Inherited from:
ForkJoinTask
final def getForkJoinTaskTag(): Short

Attributes

Inherited from:
ForkJoinTask
final def getRawResult(): Void

Attributes

Inherited from:
RecursiveAction
final def invoke(): Void

Attributes

Inherited from:
ForkJoinTask
final def isCancelled(): Boolean

Attributes

Inherited from:
ForkJoinTask

Attributes

Inherited from:
ForkJoinTask

Attributes

Inherited from:
ForkJoinTask
final def isDone(): Boolean

Attributes

Inherited from:
ForkJoinTask
final def join(): Void

Attributes

Inherited from:
ForkJoinTask
def processReevOutResult(retainBranch: Boolean, outAndSucc: ReevOutBranchResult[FullMVTurn, of[State]], changed: Boolean): Unit

Attributes

Inherited from:
ReevaluationHandling

Attributes

Inherited from:
ReevaluationHandling
final def quietlyComplete(): Unit

Attributes

Inherited from:
ForkJoinTask
final def quietlyInvoke(): Unit

Attributes

Inherited from:
ForkJoinTask
final def quietlyJoin(x$0: Long, x$1: TimeUnit): Boolean

Attributes

Inherited from:
ForkJoinTask
final def quietlyJoin(): Unit

Attributes

Inherited from:
ForkJoinTask
final def quietlyJoinUninterruptibly(x$0: Long, x$1: TimeUnit): Boolean

Attributes

Inherited from:
ForkJoinTask

Attributes

Inherited from:
ForkJoinTask
def resultNow(): Void

Attributes

Inherited from:
ForkJoinTask
final def setForkJoinTaskTag(x$0: Short): Short

Attributes

Inherited from:
ForkJoinTask
def state(): State

Attributes

Inherited from:
ForkJoinTask

Attributes

Inherited from:
ForkJoinTask

Abstract fields

override val node: of[State]

Inherited fields

Attributes

Inherited from:
FullMVAction