Twoversion

rescala.scheduler.Twoversion
trait Twoversion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Levelbased
trait ParRP
object ParRPDefault
trait Sidup
Show all

Members list

Type members

Classlikes

Implementation of the turn handling defined in the Engine trait

Implementation of the turn handling defined in the Engine trait

Type parameters

Tx

Transaction type used by the scheduler

Attributes

Supertypes
trait SchedulerImpl[State, Tx]
trait Scheduler[State]
class Object
trait Matchable
class Any
Show all
abstract class TwoVersionState[V](var current: V)

State that implements both the buffered pulse and the buffering capabilities itself.

State that implements both the buffered pulse and the buffering capabilities itself.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class LevelState[V]
class ParRPState[V]
class SidupState[V]
sealed trait TwoVersionTransaction extends Transaction[State]

Abstract propagation definition that defines phases for reactive propagation through dependent reactive elements.

Abstract propagation definition that defines phases for reactive propagation through dependent reactive elements.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Basic implementation of the most fundamental propagation steps as defined by AbstractPropagation. Only compatible with spore definitions that store a pulse value and support graph operations.

Basic implementation of the most fundamental propagation steps as defined by AbstractPropagation. Only compatible with spore definitions that store a pulse value and support graph operations.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Types

type Derived = of[State]
type ReSource = of[State]
type State[V] <: TwoVersionState[V]