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.2
Syntax
C#
public void AnalyzeNestingOfPatternGraph(
	PatternGraph patternGraph,
	bool inlined
)

Parameters

patternGraph
Type: de.unika.ipd.grGen.lgspPatternGraph
The pattern graph
inlined
Type: SystemBoolean
Tells whether subpattern usages were inlined (analyze run before and after inlining)
See Also