Click or drag to resize

ISequenceDisplayerDisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String, String) Method

Displays the given root sequence (adding parentheses if needed) according to the display context.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
string DisplaySequence(
	Sequence seq,
	DisplaySequenceContext context,
	int nestingLevel,
	string prefix,
	string postfix,
	string groupNodeName
)

Parameters

seq  Sequence
The sequence to be displayed
context  DisplaySequenceContext
The display context
nestingLevel  Int32
The level the sequence is nested in, typically displayed as prefix
prefix  String
A prefix to be displayed before the sequence
postfix  String
A postfix to be displayed after the sequence
groupNodeName  String
If not null, the sequence gets nested into the corresponding group node in graph rendering

Return Value

String
The sequence renderer returns the name of the node added (for wiring into a more encompassing graph), the sequence printer returns null
See Also