 | IActionCoreMatch Method |
Searches for a graph pattern as specified by RulePattern in the current graph of the graph processing environment.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.1
SyntaxIMatches Match(
IActionExecutionEnvironment actionEnv,
int maxMatches,
Object[] parameters
)
Parameters
- actionEnv
- Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment
The action execution environment, esp. giving access to the host graph. - maxMatches
- Type: SystemInt32
The maximum number of matches to be searched for, or zero for an unlimited search. - parameters
- Type: SystemObject
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
Type:
IMatchesAn IMatches object containing the found matches.
See Also