Click or drag to resize

GraphViewerBaseClient Constructor

Creates a new GraphViewerBaseClient instance. Internally, it creates a YCompClient and connects to the local YComp server, or creates a MSAGLClient, inside the basicGraphViewerClientHost (which may be a GuiConsoleDebuggerHost) in case one is supplied, depending on the graph viewer type that is requested (the layout is expected to be one of the valid layouts of the corresponding graph viewer client).

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 8.1
Syntax
C#
public GraphViewerBaseClient(
	GraphViewerTypes graphViewerType,
	string layoutModule,
	ElementRealizers realizers,
	IBasicGraphViewerClientHost basicGraphViewerClientHost
)

Parameters

graphViewerType
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerTypes
layoutModule
Type: SystemString
realizers
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerElementRealizers
basicGraphViewerClientHost
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerIBasicGraphViewerClientHost
See Also