 | PatternGraphAnalyzerAnalyzeNestingOfPatternGraph Method |
Analyze the nesting structure of the pattern graph
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic void AnalyzeNestingOfPatternGraph(
PatternGraph patternGraph,
bool inlined
)
Parameters
- patternGraph PatternGraph
- The pattern graph
- inlined Boolean
- Tells whether subpattern usages were inlined (analyze run before and after inlining)
See Also