Module assembly

Source
Expand description

The assembly set.

Structs§

AssembleTransact
Assemble the transact by the specified number.
AssemblySet
Defines an assembly set.
GatherTransacts
Gather the transacts by the specified number.
IsTransactAssembling
Test whether another transact is assembled for the corresponding assembly set.
IsTransactGathering
Test whether the transacts are gathered for the corresponding assembly set.
NewAssemblySet
Computation that creates an assembly set.

Functions§

assemble_transact
Assemble the transact by the specified number within Process computation.
gather_transacts
Gather the transacts by the specified number within Process computation.
is_transact_assembling
Test within Event computation whether another transact is assembled for the corresponding assembly set.
is_transact_gathering
Test within Event computation whether the transacts are gathered for the corresponding assembly set.