Click or drag to resize

GraphViewerClient Constructor

Creates a new GraphViewerClient 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 7.2
Syntax
C#
public GraphViewerClient(
	INamedGraph graph,
	GraphViewerTypes graphViewerType,
	string layoutModule,
	DumpInfo dumpInfo,
	ElementRealizers realizers,
	ObjectNamerAndIndexer objectNamerAndIndexer,
	TransientObjectNamerAndIndexer transientObjectNamerAndIndexer,
	IBasicGraphViewerClientHost basicGraphViewerClientHost
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrINamedGraph
graphViewerType
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerGraphViewerTypes
layoutModule
Type: SystemString
dumpInfo
Type: de.unika.ipd.grGen.libGrDumpInfo
realizers
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerElementRealizers
objectNamerAndIndexer
Type: de.unika.ipd.grGen.libGrObjectNamerAndIndexer
transientObjectNamerAndIndexer
Type: de.unika.ipd.grGen.libGrTransientObjectNamerAndIndexer
basicGraphViewerClientHost
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerIBasicGraphViewerClientHost
See Also