 | InterpretationPlanExecute(LGSPGraph, Boolean, ListFoundMatch) Method |
Executes the interpretation plan (starting with this operation)
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic abstract bool Execute(
LGSPGraph graph,
bool includingAttributes,
List<FoundMatch> matches
)
Parameters
- graph LGSPGraph
- The graph over which the plan is to be interpreted
- includingAttributes Boolean
- Whether to check for isomorphy including attributes or without them (== vs ~~)
- matches ListFoundMatch
- If not null, the list is filled with the matches; only in this case are all matches iterated
Return Value
Booleantrue if execution succeeded, i.e. a match was found; false otherwise
See Also