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

Static Public Member Functions

static boolean hasChildren (final GraphNode node)
 
static Collection< GraphEdgegetOutEdgesSorted (final GraphNode node)
 
static int outDegree (final GraphNode node)
 

Static Package Attributes

static final Comparator< GraphEdgeedgeComparatorByTarget
 

Private Member Functions

 ASemanticGraphDecorator ()
 

Detailed Description

Semantic graph decorator

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ASemanticGraphDecorator()

grammarscope.io.print.ASemanticGraphDecorator.ASemanticGraphDecorator ( )
private

Member Function Documentation

◆ getOutEdgesSorted()

static Collection<GraphEdge> grammarscope.io.print.ASemanticGraphDecorator.getOutEdgesSorted ( final GraphNode  node)
static

◆ hasChildren()

static boolean grammarscope.io.print.ASemanticGraphDecorator.hasChildren ( final GraphNode  node)
static

◆ outDegree()

static int grammarscope.io.print.ASemanticGraphDecorator.outDegree ( final GraphNode  node)
static

Member Data Documentation

◆ edgeComparatorByTarget

final Comparator<GraphEdge> grammarscope.io.print.ASemanticGraphDecorator.edgeComparatorByTarget
staticpackage
Initial value:
= Comparator.comparing(GraphEdge::getTarget).thenComparing(GraphEdge::getSource)
.thenComparing(e -> e.getRelation().toString())

The documentation for this class was generated from the following file:
grammarscope.artifacts.GraphEdge.getSource
GraphNode getSource()
Definition: GraphEdge.java:91
grammarscope.artifacts.GraphEdge.getTarget
GraphNode getTarget()
Definition: GraphEdge.java:101