 | IGraphProcessingEnvironmentParallelApplyGraphRewriteSequences Method (SequenceParallelExecute) |
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.2
SyntaxList<bool> ParallelApplyGraphRewriteSequences(
SequenceParallelExecute parallel
)
Parameters
- parallel
- Type: de.unika.ipd.grGen.libGrSequenceParallelExecute
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
Type:
ListBooleanThe outcome of sequence execution, for each sequence executed in parallel.
See Also