Click or drag to resize

LGSPUndoSettingVisited Constructor

Initializes a new instance of the LGSPUndoSettingVisited class

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public LGSPUndoSettingVisited(
	IGraphElement elem,
	int visitorID,
	bool oldValue,
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

elem
Type: de.unika.ipd.grGen.libGrIGraphElement
visitorID
Type: SystemInt32
oldValue
Type: SystemBoolean
procEnv
Type: de.unika.ipd.grGen.lgspLGSPGraphProcessingEnvironment
See Also