Click or drag to resize

NameLookupPatchUsersOfCopiedElements Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public void PatchUsersOfCopiedElements(
	string renameSuffix,
	Dictionary<PatternNode, PatternNode> nodeToCopy,
	Dictionary<PatternEdge, PatternEdge> edgeToCopy
)

Parameters

renameSuffix
Type: SystemString
nodeToCopy
Type: System.Collections.GenericDictionaryPatternNode, PatternNode
edgeToCopy
Type: System.Collections.GenericDictionaryPatternEdge, PatternEdge
See Also