Click or drag to resize

BaseGraphChangingEdgeAttribute Method


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

Parameters

edge  IEdge
 
attrType  AttributeType
 
changeType  AttributeChangeType
 
newValue  Object
 
keyValue  Object
 

Implements

IGraphChangingEdgeAttribute(IEdge, AttributeType, AttributeChangeType, Object, Object)
See Also