Click or drag to resize

YCompClientChangeNode Method

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

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public void ChangeNode(
	string nodeName,
	string realizer
)

Parameters

nodeName  String
 
realizer  String
 

Implements

IBasicGraphViewerClientChangeNode(String, String)
See Also