Click or drag to resize

BaseGraphChangedNodeAttribute Method


Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public void ChangedNodeAttribute(
	INode node,
	AttributeType attrType
)

Parameters

node  INode
 
attrType  AttributeType
 

Implements

IGraphChangedNodeAttribute(INode, AttributeType)
See Also