Click or drag to resize

IGraphProcessingEnvironmentSpawnSequences Method

Fires an OnSpawnSequences event.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void SpawnSequences(
	SequenceParallel parallel,
	params ParallelExecutionBegin[] parallelExecutionBegins
)

Parameters

parallel
Type: de.unika.ipd.grGen.libGrSequenceParallel
The sequence to be executed in parallel (the overall sequence object comprising the single sequences).
parallelExecutionBegins
Type: de.unika.ipd.grGen.libGrParallelExecutionBegin
The sequences together with their graph processing environment spawned/split off.
See Also