 | 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.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic void AnnotateIndependentsAtNestingPattern(
PatternGraph patternGraph,
bool inlined,
bool nestedInNegative,
bool nestedInIteratedWithPotentiallyMoreThanOneMatch
)
Parameters
- patternGraph
- Type: de.unika.ipd.grGen.lgspPatternGraph
- inlined
- Type: SystemBoolean
- nestedInNegative
- Type: SystemBoolean
- nestedInIteratedWithPotentiallyMoreThanOneMatch
- Type: SystemBoolean
See Also