- Companion:
- object
Type members
Types
IDelta[I, K]
represents a change from D[I]
to D[K]
, forgetting the index of the update that caused the change.
IDelta[I, K]
represents a change from D[I]
to D[K]
, forgetting the index of the update that caused the change.
An action on D. (IUpdate[?]
acts on D[?]
.)
In order to get deterministic results in a propagation network
(where the order of applying updates is non-deterministic),
it should form a commutative semigroup of closure operators on D.
An action on D. (IUpdate[?]
acts on D[?]
.)
In order to get deterministic results in a propagation network
(where the order of applying updates is non-deterministic),
it should form a commutative semigroup of closure operators on D.
Result of updating D[I]
by IUpdate[J]
.
The type is user-defined, but has to be convertible to IUpdateResult via toUpdateResult.
Result of updating D[I]
by IUpdate[J]
.
The type is user-defined, but has to be convertible to IUpdateResult via toUpdateResult.