public final class ASemanticGraphDecorator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.util.Comparator<GraphEdge> |
edgeComparatorByTarget |
| Modifier | Constructor and Description |
|---|---|
private |
ASemanticGraphDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<GraphEdge> |
getOutEdgesSorted(GraphNode node) |
static boolean |
hasChildren(GraphNode node) |
static int |
outDegree(GraphNode node) |
static final java.util.Comparator<GraphEdge> edgeComparatorByTarget