Click or drag to resize

IGraphProcessingEnvironmentParallelApplyGraphRewriteSequences(SequenceParallelExecute) Method

In parallel, apply the graph rewrite sequence(s) (to the given graphs, with the given input values).

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
List<bool> ParallelApplyGraphRewriteSequences(
	SequenceParallelExecute parallel
)

Parameters

parallel  SequenceParallelExecute
The sequence to be executed in parallel (the overall sequence object comprising the single sequences - which contain their execution environment (graph, input value in variable)).

Return Value

ListBoolean
The outcome of sequence execution, for each sequence executed in parallel.
See Also