Click or drag to resize

BaseGraphChangingObjectAttribute Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public void ChangingObjectAttribute(
	IObject obj,
	AttributeType attrType,
	AttributeChangeType changeType,
	Object newValue,
	Object keyValue
)

Parameters

obj  IObject
 
attrType  AttributeType
 
changeType  AttributeChangeType
 
newValue  Object
 
keyValue  Object
 

Implements

IGraphChangingObjectAttribute(IObject, AttributeType, AttributeChangeType, Object, Object)
See Also