Click or drag to resize

YCompClientAddNode Method


Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public void AddNode(
	string name,
	string nrName,
	string nodeLabel
)

Parameters

name  String
 
nrName  String
 
nodeLabel  String
 

Implements

IBasicGraphViewerClientAddNode(String, String, String)
See Also