TopbundleImpl

rescala.scheduler.TopbundleImpl
object TopbundleImpl extends TopoBundle

Attributes

Graph
Supertypes
trait TopoBundle
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

class TopoInitializer(afterCommitObservers: ListBuffer[Observation]) extends Initializer[State]

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
TopoBundle
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all

Attributes

Inherited from:
TopoBundle
Supertypes
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
Known subtypes
object TopoScheduler
class TopoState[V](var value: V)

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any
case class TopoTransaction(initializer: TopoInitializer) extends Transaction[State]

Attributes

Inherited from:
TopoBundle
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Util

Attributes

Inherited from:
TopoBundle
Supertypes
class Object
trait Matchable
class Any

Types

override type State[V] = TopoState[V]

Inherited types

type Derived = of[State]

Attributes

Inherited from:
TopoBundle
type ReSource = of[State]

Attributes

Inherited from:
TopoBundle

Value members

Concrete methods

override def makeDerivedStructStateBundle[V](ip: V): TopoState[V]

Attributes

Definition Classes