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.1
Syntax
C#
public LGSPUndoSettingVisited(
	IGraphElement elem,
	int visitorID,
	bool oldValue,
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

elem  IGraphElement
 
visitorID  Int32
 
oldValue  Boolean
 
procEnv  LGSPGraphProcessingEnvironment
 
See Also