Click or drag to resize

LGSPUndoAttributeChanged Constructor

Initializes a new instance of the LGSPUndoAttributeChanged class

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public LGSPUndoAttributeChanged(
	IAttributeBearer elem,
	AttributeType attrType,
	AttributeChangeType changeType,
	Object newValue,
	Object keyValue,
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

elem  IAttributeBearer
 
attrType  AttributeType
 
changeType  AttributeChangeType
 
newValue  Object
 
keyValue  Object
 
procEnv  LGSPGraphProcessingEnvironment
 
See Also