Click or drag to resize

IBasicGraphViewerClientSetEdgeAttribute Method

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
void SetEdgeAttribute(
	string name,
	string ownerTypeName,
	string attrTypeName,
	string attrTypeString,
	string attrValueString
)

Parameters

name
Type: SystemString
ownerTypeName
Type: SystemString
attrTypeName
Type: SystemString
attrTypeString
Type: SystemString
attrValueString
Type: SystemString
See Also