 | PatternGraphAnalyzerAnnotateIndependentsAtNestingPattern Method |
Insert names of independents nested within the pattern graph
to the matcher generation skeleton data structure pattern graph
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void AnnotateIndependentsAtNestingPattern(
PatternGraph patternGraph,
bool inlined,
bool nestedInNegative,
bool nestedInIteratedWithPotentiallyMoreThanOneMatch
)
Parameters
- patternGraph PatternGraph
-
- inlined Boolean
-
- nestedInNegative Boolean
-
- nestedInIteratedWithPotentiallyMoreThanOneMatch Boolean
-
See Also