Click or drag to resize

PatternGraphAnalyzerAnalyzeNestingOfPatternGraph Method

Analyze the nesting structure of the pattern graph

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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