 | IActionCoreModify Method |
Performs the rule specific modifications to the current graph of the graph processing environment with the given match.
The graph and match object must have the correct type for the used backend (and this action).
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
SyntaxObject[] Modify(
IActionExecutionEnvironment actionEnv,
IMatch match
)
Parameters
- actionEnv
- Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
The action execution environment, esp. giving access to the host graph. - match
- Type: de.unika.ipd.grGen.libGrIMatch
The match of the rule to apply.
Return Value
Type:
ObjectAn array of objects returned by the rule.
It is only valid until the next graph rewrite with this rule.
See Also