 | ISequenceDisplayerDisplaySequenceBase Method (SequenceBase, DisplaySequenceContext, Int32, String, String, String) |
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.2
Syntaxstring DisplaySequenceBase(
SequenceBase seqBase,
DisplaySequenceContext context,
int nestingLevel,
string prefix,
string postfix,
string groupNodeName
)
Parameters
- seqBase
- Type: de.unika.ipd.grGen.libGrSequenceBase
The sequence base to be displayed - context
- Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDisplaySequenceContext
The display context - nestingLevel
- Type: SystemInt32
The level the sequence is nested in, typically displayed as prefix - prefix
- Type: SystemString
A prefix to be displayed before the sequence - postfix
- Type: SystemString
A postfix to be displayed after the sequence - groupNodeName
- Type: SystemString
If not null, the sequence gets nested into the corresponding group node in graph rendering
Return Value
Type:
StringThe sequence renderer returns the name of the node added (for wiring into a more encompassing graph), the sequence printer returns null
See Also