 | IGraphProcessingEnvironmentParallelApplyGraphRewriteSequences Method (SequenceParallelArrayExecute) |
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.2
SyntaxList<bool> ParallelApplyGraphRewriteSequences(
SequenceParallelArrayExecute parallel
)
Parameters
- parallel
- Type: de.unika.ipd.grGen.libGrSequenceParallelArrayExecute
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
Type:
ListBooleanThe outcome of sequence execution, one entry per input array entry.
See Also