Uses of Class
cdc.graphs.NodeConnectivity
-
-
Uses of NodeConnectivity in cdc.graphs
Methods in cdc.graphs that return NodeConnectivity Modifier and Type Method Description default NodeConnectivityGraphAdapter. getConnectivity(N node)Returns the connectivity of a node.static NodeConnectivityNodeConnectivity. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeConnectivity[]NodeConnectivity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-