Click or drag to resize

DisplaySequenceContext Class

Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.graphViewerAndSequenceDebuggerDisplaySequenceContext

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public class DisplaySequenceContext

The DisplaySequenceContext type exposes the following members.

Constructors
 NameDescription
Public methodDisplaySequenceContextInitializes a new instance of the DisplaySequenceContext class
Top
Fields
 NameDescription
Public fieldchoice The sequence to be highlighted requires a direction choice?
Public fieldhighlightSeq The sequence to be highlighted or null
Public fieldmatches If not null, gives the matches of the sequences to choose amongst
Public fieldsequenceIdToBreakpointPosMap If not null, gives a mapping of the sequences by id to the breakpoint positions to be displayed. Used for highlighting breakpoints during printing and rendering.
Public fieldsequenceIdToChoicepointPosMap If not null, gives a mapping of the sequences by id to the choicepoint positions to be displayed. Used for highlighting choicepoints during printing and rendering.
Public fieldsequences If not null, gives the sequences to choose amongst
Public fieldsuccess The sequence to be highlighted was already successfully matched?
Top
See Also