![]() | IActionApply Method |
Name | Description | |
---|---|---|
![]() | Apply(IActionExecutionEnvironment) | Tries to apply this rule to the given graph processing environment/its current graph once. Only applicable for parameterless rules. Shows better performance than the normal Apply called without parameters. No Matched/Finished events are triggered by this function (needed for visual debugging). |
![]() | Apply(IActionExecutionEnvironment, Object) | Tries to apply this rule to the given processing environment/its current graph once. No Matched/Finished events are triggered by this function (needed for visual debugging). The null parameter check is omitted also. |