 | InterpretationPlanExecute Method (LGSPGraph, Boolean, ListFoundMatch, Int32) |
Executes the interpretation plan (starting with this operation)
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic abstract bool Execute(
LGSPGraph graph,
bool includingAttributes,
List<FoundMatch> matches,
int threadId
)
Parameters
- graph
- Type: de.unika.ipd.grGen.lgspLGSPGraph
The graph over which the plan is to be interpreted - includingAttributes
- Type: SystemBoolean
Whether to check for isomorphy including attributes or without them (== vs ~~) - matches
- Type: System.Collections.GenericListFoundMatch
If not null, the list is filled with the matches; only in this case are all matches iterated - threadId
- Type: SystemInt32
The id of the thread that is executing this interpretation plan (used for accessing the flags for isomorphy checking)
Return Value
Type:
Booleantrue if execution succeeded, i.e. a match was found; false otherwise
See Also