Click or drag to resize

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.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface ISequenceDisplayer
Methods
  NameDescription
Public methodDisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String)
Displays the given root sequence (adding parentheses if needed) according to the display context.
Public methodDisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String, String)
Displays the given root sequence (adding parentheses if needed) according to the display context.
Public methodDisplaySequenceBase(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.
Public methodDisplaySequenceBase(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.
Public methodDisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String)
Displays the given root sequence expression according to the display context.
Public methodDisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String, String)
Displays the given root sequence expression according to the display context.
Top
See Also