Click or drag to resize

IGraphProcessingEnvironmentJoinSequences Method

Fires an OnJoinSequences event.

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

Parameters

parallel  SequenceParallel
The sequence that was executed in parallel (the overall sequence object comprising the single sequences).
parallelExecutionBegins  ParallelExecutionBegin
The sequences together with their graph processing environment that joined (again).
See Also