Click or drag to resize

ISequenceDisplayerDisplaySequenceBase(SequenceBase, DisplaySequenceContext, Int32, String, String) Method

Displays the given root sequence base according to the display context. Switches in between displaying a sequence and a sequence expression.

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
void DisplaySequenceBase(
	SequenceBase seqBase,
	DisplaySequenceContext context,
	int nestingLevel,
	string prefix,
	string postfix
)

Parameters

seqBase  SequenceBase
The sequence base 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
See Also