GrammarScope  4.0.0
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
grammarscope.io.print.ASemanticGraphPrinter Class Reference
Collaboration diagram for grammarscope.io.print.ASemanticGraphPrinter:
Collaboration graph
[legend]

Public Member Functions

 ASemanticGraphPrinter ()
 
 ASemanticGraphPrinter (final int width, final int indent, final boolean smartIndent, final boolean showRelns, final boolean showTags, final boolean showAnnos, final boolean showIndices)
 
String formatSemanticGraph (final ASemanticGraph sgx)
 

Private Member Functions

void formatSGNode (final ASemanticGraph semanticGraphDecorator, final GraphNode node, final int spaces)
 
String formatSGNodeOneline (final ASemanticGraph sg, final GraphNode node)
 
void formatSGNodeOnelineHelper (final ASemanticGraph sgx, final GraphNode node, final StringBuffer sb, final Set< GraphNode > usedOneline)
 
void formatSGNodeMultiline (final ASemanticGraph semanticGraphDecorator, final GraphNode node, final int spaces0)
 
String formatLabel (final GraphNode node)
 

Static Private Member Functions

static String repeat (@SuppressWarnings("SameParameterValue") final String s, final int times)
 
static int sentIndex (final GraphNode node)
 
static String toStringCompleteFormat (final GraphNode node)
 

Private Attributes

final int width
 
final int indent
 
final boolean smartIndent
 
final boolean showRelns
 
final boolean showTags
 
final boolean showAnnos
 
final boolean showIndices
 
StringBuffer out
 
Set< GraphNodeused
 

Static Private Attributes

static final String LPAREN = "["
 
static final String RPAREN = "]"
 
static final String SPACE = " "
 
static final String COLON = ":"
 
static final int DEFAULT_WIDTH = 80
 
static final int DEFAULT_INDENT = 4
 
static final boolean DEFAULT_SMART_INDENT = true
 
static final boolean DEFAULT_SHOW_RELNS = true
 
static final boolean DEFAULT_SHOW_TAGS = true
 
static final boolean DEFAULT_SHOW_ANNOS = false
 
static final boolean DEFAULT_SHOW_INDICES = false
 

Detailed Description

Defines a class for pretty-printing SemanticGraphs.

Author
Bill MacCartney
Bernard Bou adaptation

Constructor & Destructor Documentation

◆ ASemanticGraphPrinter() [1/2]

grammarscope.io.print.ASemanticGraphPrinter.ASemanticGraphPrinter ( )

◆ ASemanticGraphPrinter() [2/2]

grammarscope.io.print.ASemanticGraphPrinter.ASemanticGraphPrinter ( final int  width,
final int  indent,
final boolean  smartIndent,
final boolean  showRelns,
final boolean  showTags,
final boolean  showAnnos,
final boolean  showIndices 
)

Member Function Documentation

◆ formatLabel()

String grammarscope.io.print.ASemanticGraphPrinter.formatLabel ( final GraphNode  node)
private

◆ formatSemanticGraph()

String grammarscope.io.print.ASemanticGraphPrinter.formatSemanticGraph ( final ASemanticGraph  sgx)

Returns a pretty-printed string representation of the given semantic graph, on one or more lines.

Parameters
sgxsemantic graph artifact
Returns
formatted semantic graph

◆ formatSGNode()

void grammarscope.io.print.ASemanticGraphPrinter.formatSGNode ( final ASemanticGraph  semanticGraphDecorator,
final GraphNode  node,
final int  spaces 
)
private

Appends to this.out a one-line or multi-line string representation of the given semantic graph, using the given number of spaces for indentation.

Parameters
semanticGraphDecoratorsemantic graph decorator
nodenode
spacesspaces

◆ formatSGNodeMultiline()

void grammarscope.io.print.ASemanticGraphPrinter.formatSGNodeMultiline ( final ASemanticGraph  semanticGraphDecorator,
final GraphNode  node,
final int  spaces0 
)
private

Appends to this.out a multi-line string representation of the given semantic graph, using the given number of spaces for indentation. The semantic graph's label and each of its children appear on separate lines. A child may appear with a one-line or multi-line representation, depending upon available space.

Parameters
semanticGraphDecoratorsemantic graph decorator
nodenode
spaces0spaces

◆ formatSGNodeOneline()

String grammarscope.io.print.ASemanticGraphPrinter.formatSGNodeOneline ( final ASemanticGraph  sg,
final GraphNode  node 
)
private

◆ formatSGNodeOnelineHelper()

void grammarscope.io.print.ASemanticGraphPrinter.formatSGNodeOnelineHelper ( final ASemanticGraph  sgx,
final GraphNode  node,
final StringBuffer  sb,
final Set< GraphNode usedOneline 
)
private

◆ repeat()

static String grammarscope.io.print.ASemanticGraphPrinter.repeat ( @SuppressWarnings("SameParameterValue") final String  s,
final int  times 
)
staticprivate

◆ sentIndex()

static int grammarscope.io.print.ASemanticGraphPrinter.sentIndex ( final GraphNode  node)
staticprivate

◆ toStringCompleteFormat()

static String grammarscope.io.print.ASemanticGraphPrinter.toStringCompleteFormat ( final GraphNode  node)
staticprivate

Member Data Documentation

◆ COLON

final String grammarscope.io.print.ASemanticGraphPrinter.COLON = ":"
staticprivate

◆ DEFAULT_INDENT

final int grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_INDENT = 4
staticprivate

◆ DEFAULT_SHOW_ANNOS

final boolean grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_SHOW_ANNOS = false
staticprivate

◆ DEFAULT_SHOW_INDICES

final boolean grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_SHOW_INDICES = false
staticprivate

◆ DEFAULT_SHOW_RELNS

final boolean grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_SHOW_RELNS = true
staticprivate

◆ DEFAULT_SHOW_TAGS

final boolean grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_SHOW_TAGS = true
staticprivate

◆ DEFAULT_SMART_INDENT

final boolean grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_SMART_INDENT = true
staticprivate

◆ DEFAULT_WIDTH

final int grammarscope.io.print.ASemanticGraphPrinter.DEFAULT_WIDTH = 80
staticprivate

◆ indent

final int grammarscope.io.print.ASemanticGraphPrinter.indent
private

◆ LPAREN

final String grammarscope.io.print.ASemanticGraphPrinter.LPAREN = "["
staticprivate

◆ out

StringBuffer grammarscope.io.print.ASemanticGraphPrinter.out
private

◆ RPAREN

final String grammarscope.io.print.ASemanticGraphPrinter.RPAREN = "]"
staticprivate

◆ showAnnos

final boolean grammarscope.io.print.ASemanticGraphPrinter.showAnnos
private

◆ showIndices

final boolean grammarscope.io.print.ASemanticGraphPrinter.showIndices
private

◆ showRelns

final boolean grammarscope.io.print.ASemanticGraphPrinter.showRelns
private

◆ showTags

final boolean grammarscope.io.print.ASemanticGraphPrinter.showTags
private

◆ smartIndent

final boolean grammarscope.io.print.ASemanticGraphPrinter.smartIndent
private

◆ SPACE

final String grammarscope.io.print.ASemanticGraphPrinter.SPACE = " "
staticprivate

◆ used

Set<GraphNode> grammarscope.io.print.ASemanticGraphPrinter.used
private

◆ width

final int grammarscope.io.print.ASemanticGraphPrinter.width
private

The documentation for this class was generated from the following file: