Click or drag to resize

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.1
Syntax
C#
public void AnnotateIndependentsAtNestingPattern(
	PatternGraph patternGraph,
	bool inlined,
	bool nestedInNegative,
	bool nestedInIteratedWithPotentiallyMoreThanOneMatch
)

Parameters

patternGraph  PatternGraph
 
inlined  Boolean
 
nestedInNegative  Boolean
 
nestedInIteratedWithPotentiallyMoreThanOneMatch  Boolean
 
See Also