 | PatternNode(PatternNode, PatternGraphEmbedding, PatternGraph, String) Constructor |
Instantiates a new PatternNode object as a copy from an original node, used for subpattern inlining.
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic PatternNode(
PatternNode original,
PatternGraphEmbedding inlinedSubpatternEmbedding,
PatternGraph newHost,
string nameSuffix
)
Parameters
- original PatternNode
- The original pattern node to be copy constructed.
- inlinedSubpatternEmbedding PatternGraphEmbedding
- The embedding which just gets inlined.
- newHost PatternGraph
- The pattern graph the new pattern node will be contained in.
- nameSuffix String
- The suffix to be added to the name of the pattern node (to avoid name collisions).
See Also