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