 | IActionApplyStar(IActionExecutionEnvironment, Object) Method |
Applies this rule to the given processing environment/its current graph as often as possible.
No Matched/Finished events are triggered by this function (needed for visual debugging).
The null parameter check is omitted also.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool ApplyStar(
IActionExecutionEnvironment actionEnv,
params Object[] parameters
)
Parameters
- actionEnv IActionExecutionEnvironment
- The action execution environment, esp. giving access to the host graph.
- parameters Object
- An array of parameters (nodes, edges, values) of the types specified by RulePattern.Inputs.
The array must contain at least RulePattern.Inputs.Length elements.
Return Value
BooleanAlways returns true.
See Also