Semantic graph decorator
- Author
- Bernard Bou
◆ ASemanticGraphDecorator()
grammarscope.io.print.ASemanticGraphDecorator.ASemanticGraphDecorator |
( |
| ) |
|
|
private |
◆ 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 |
◆ edgeComparatorByTarget
final Comparator<GraphEdge> grammarscope.io.print.ASemanticGraphDecorator.edgeComparatorByTarget |
|
staticpackage |
Initial value:
.thenComparing(e -> e.getRelation().toString())
The documentation for this class was generated from the following file: