 | IActionApplyPlus Method (IActionExecutionEnvironment) |
Applies this rule to the given processing environment/its current graph as often as possible.
Only applicable for parameterless rules. Shows better performance than the normal ApplyPlus called without parameters.
No Matched/Finished events are triggered by this function (needed for visual debugging).
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxbool ApplyPlus(
IActionExecutionEnvironment actionEnv
)
Parameters
- actionEnv
- Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
The action execution environment, esp. giving access to the host graph.
Return Value
Type:
BooleanTrue, if the rule was applied at least once.
See Also