Uses of Class
cdc.graphs.EdgeTip
-
-
Uses of EdgeTip in cdc.graphs
Methods in cdc.graphs that return EdgeTip Modifier and Type Method Description EdgeTipEdgeTip. opposite()static EdgeTipEdgeTip. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeTip[]EdgeTip. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.graphs with parameters of type EdgeTip Modifier and Type Method Description NGraphAdapter. getTip(E edge, EdgeTip tip)Returns a tip of an edge.default NGraphEdge. getTip(EdgeTip tip)Returns the source or target node.
-