Click or drag to resize

IGraphProcessingEnvironmentParallelApplyGraphRewriteSequences(SequenceParallelArrayExecute) Method

In parallel, apply the graph rewrite sequence (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(
	SequenceParallelArrayExecute parallel
)

Parameters

parallel  SequenceParallelArrayExecute
The sequence to be executed in parallel (the overall sequence object which contains its execution environment (graphs, input values in variables), also comprising the single sequence).

Return Value

ListBoolean
The outcome of sequence execution, one entry per input array entry.
See Also