case class Propagation(active: Set[CalculusLike.ReSource], processed: Set[CalculusLike.ReSource], knownReactives: Set[CalculusLike.ReSource], creationTicket: SimpleCreation) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Propagation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Propagation(active: Set[CalculusLike.ReSource], processed: Set[CalculusLike.ReSource], knownReactives: Set[CalculusLike.ReSource], creationTicket: SimpleCreation)
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
- val active: Set[CalculusLike.ReSource]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def commit(): Unit
- val creationTicket: SimpleCreation
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOutdated(r: CalculusLike.ReSource): Boolean
- def isReady(r: CalculusLike.ReSource): Boolean
- val knownReactives: Set[CalculusLike.ReSource]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
lazy val
outdated: Set[CalculusLike.ReSource]
Compute outdated reactives.
Compute outdated reactives. Logic is identical to the paper.
- val processed: Set[CalculusLike.ReSource]
-
lazy val
ready: Set[CalculusLike.ReSource]
Compute the set of all ready reactives.
Compute the set of all ready reactives. Logic is identical to the paper.
- def run(): Propagation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
unprocessed: Set[CalculusLike.ReSource]
helper for better inspection
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )