Click or drag to resize

PatternYielding Constructor (PatternYielding, PatternGraphEmbedding, String)

Instantiates a new PatternYielding object as a copy from an original yielding, used for inlining.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public PatternYielding(
	PatternYielding original,
	PatternGraphEmbedding inlinedSubpatternEmbedding,
	string renameSuffix
)

Parameters

original
Type: de.unika.ipd.grGen.lgspPatternYielding
The original yielding to be copy constructed.
inlinedSubpatternEmbedding
Type: de.unika.ipd.grGen.lgspPatternGraphEmbedding
The embedding which just gets inlined.
renameSuffix
Type: SystemString
The rename suffix to be applied to all the nodes, edges, and variables used.
See Also