 | IGraphProcessingEnvironmentParallelApplyGraphRewriteSequences(SequenceParallelArrayExecute) Method |
In parallel, apply the graph rewrite sequence (to the given graphs, with the given input values).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxList<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
ListBooleanThe outcome of sequence execution, one entry per input array entry.
See Also