 | LGSPGraphProcessingEnvironmentApplyRewrite Method |
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic List<Object[]> ApplyRewrite(
IAction action,
IGraph subgraph,
Object[] arguments,
int which,
int localMaxMatches,
bool special,
bool test,
List<FilterCall> filters,
bool fireDebugEvents,
out int numMatches
)
Parameters
- action IAction
-
- subgraph IGraph
-
- arguments Object
-
- which Int32
-
- localMaxMatches Int32
-
- special Boolean
-
- test Boolean
-
- filters ListFilterCall
-
- fireDebugEvents Boolean
-
- numMatches Int32
-
Return Value
ListObjectImplements
IGraphProcessingEnvironmentApplyRewrite(IAction, IGraph, Object, Int32, Int32, Boolean, Boolean, ListFilterCall, Boolean, Int32)
See Also