Uses of Enum Class
cdc.graphs.EdgeDirection
-
Uses of EdgeDirection in cdc.graphs
Methods in cdc.graphs that return EdgeDirectionModifier and TypeMethodDescriptionEdgeDirection.opposite()static EdgeDirectionReturns the enum constant of this class with the specified name.static EdgeDirection[]EdgeDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.graphs with parameters of type EdgeDirectionModifier and TypeMethodDescriptionGraphAdapter.getConnectedNodes(N node, EdgeDirection direction) Returns an Iterable of edges attached to a node in a given direction.GraphAdapter.getEdges(N node, EdgeDirection direction) Returns an Iterable of edges attached to a node in a given direction.GraphAdapter.getEdges(N node, EdgeDirection direction, Predicate<? super E> predicate) Returns an Iterable of edges attached to a node in a given direction and matching a predicate.default intGraphAdapter.getEdgesCount(N node, EdgeDirection direction) Returns the number of edges attached to a node, in one or any direction.GraphAdapter.getEdgesStream(N node, EdgeDirection direction) default booleanGraphAdapter.hasEdges(N node, EdgeDirection direction) Returnstruewhen there are edges attached to a node, in one or any direction.booleanEdgeDirectionMask.isEnabled(EdgeDirection value) EdgeDirectionMask.setEnabled(EdgeDirection value, boolean enabled)