public final class EdgeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
calcEdgeText(Edge edge) |
static Comparator<Edge> |
getComparator()
Returns the "default" Comparator for Edges, sorting them by
(fromNode, label, toNode).
|
static Comparator<Edge> |
getComparatorLabelLast()
Returns a Comparator for Edges, sorting them by (fromNode, toNode, label).
|
public static Comparator<Edge> getComparator()
public static Comparator<Edge> getComparatorLabelLast()
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.