 | PatternYielding(PatternYielding, PatternGraphEmbedding, String) Constructor |
Instantiates a new PatternYielding object as a copy from an original yielding, used for inlining.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic PatternYielding(
PatternYielding original,
PatternGraphEmbedding inlinedSubpatternEmbedding,
string renameSuffix
)
Parameters
- original PatternYielding
- The original yielding to be copy constructed.
- inlinedSubpatternEmbedding PatternGraphEmbedding
- The embedding which just gets inlined.
- renameSuffix String
- The rename suffix to be applied to all the nodes, edges, and variables used.
See Also