 | 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.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic void ChangeEdge(
IEdge edge,
string realizer
)
Parameters
- edge IEdge
-
- realizer String
-
See Also