 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxList<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
ListBooleanThe outcome of sequence execution, for each sequence executed in parallel.
See Also