 | ISequenceDisplayer Interface |
Interface used to display a sequence or sequence expression.
It is implemented by a Printer printing to the textual console and a Renderer rendering as a graph.
Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerAssembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntaxpublic interface ISequenceDisplayer
The ISequenceDisplayer type exposes the following members.
Methods | Name | Description |
---|
 | DisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String) |
Displays the given root sequence (adding parentheses if needed) according to the display context.
|
 | DisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String, String) |
Displays the given root sequence (adding parentheses if needed) according to the display context.
|
 | DisplaySequenceBase(SequenceBase, DisplaySequenceContext, Int32, String, String) |
Displays the given root sequence base according to the display context.
Switches in between displaying a sequence and a sequence expression.
|
 | DisplaySequenceBase(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.
|
 | DisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String) |
Displays the given root sequence expression according to the display context.
|
 | DisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String, String) |
Displays the given root sequence expression according to the display context.
|
Top
See Also