Uses of Class
cdc.graphs.NodeRelativePosition
-
-
Uses of NodeRelativePosition in cdc.graphs
Methods in cdc.graphs that return NodeRelativePosition Modifier and Type Method Description default NodeRelativePositionTreeAdapter. getRelativePosition(N node1, N node2)Returns the relative position of 2 nodes.static NodeRelativePositionNodeRelativePosition. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeRelativePosition[]NodeRelativePosition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-