TopoInitializer

rescala.scheduler.TopoBundle.TopoInitializer
class TopoInitializer(afterCommitObservers: ListBuffer[Observation]) extends Initializer[State]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def observe(obs: Observation): Unit

Inherited methods

protected def makeSourceStructState[V](initialValue: V): State[V]

Creates the internal state of ReSources

Creates the internal state of ReSources

Attributes

Inherited from:
Initializer
protected def register[V](reactive: of[State], inputs: Set[of[State]], initValue: V): Unit

hook for schedulers to globally collect all created resources, usually does nothing

hook for schedulers to globally collect all created resources, usually does nothing

Attributes

Inherited from:
Initializer