Click or drag to resize

GraphViewerClientChangeEdge Method

Sets the edge realizer of the given edge. If realizer is null, the realizer for the type of the edge is used.

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public void ChangeEdge(
	IEdge edge,
	string realizer
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
realizer
Type: SystemString
See Also