Click or drag to resize

PatternGraphPatchUsersOfCopiedElements Method


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

Parameters

renameSuffix  String
 
nodeToCopy  DictionaryPatternNode, PatternNode
 
edgeToCopy  DictionaryPatternEdge, PatternEdge
 
variableToCopy  DictionaryPatternVariable, PatternVariable
 
See Also