Click or drag to resize

PatternEdge(PatternEdge, PatternGraphEmbedding, PatternGraph, String) Constructor

Instantiates a new PatternEdge object as a copy from an original edge, used for subpattern inlining.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public PatternEdge(
	PatternEdge original,
	PatternGraphEmbedding inlinedSubpatternEmbedding,
	PatternGraph newHost,
	string nameSuffix
)

Parameters

original  PatternEdge
The original pattern edge to be copy constructed.
inlinedSubpatternEmbedding  PatternGraphEmbedding
The embedding which just gets inlined.
newHost  PatternGraph
The pattern graph the new pattern element will be contained in.
nameSuffix  String
The suffix to be added to the name of the pattern edge (to avoid name collisions).
See Also