 | IActionApplyStar(IActionExecutionEnvironment) Method |
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 ApplyStar called without parameters.
No Matched/Finished events are triggered by this function (needed for visual debugging).
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool ApplyStar(
IActionExecutionEnvironment actionEnv
)
Parameters
- actionEnv IActionExecutionEnvironment
- The action execution environment, esp. giving access to the host graph.
Return Value
BooleanAlways returns true.
See Also