Uses of Class
uk.gov.gchq.gaffer.data.element.EdgeDirection
-
Packages that use EdgeDirection Package Description uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges). -
-
Uses of EdgeDirection in uk.gov.gchq.gaffer.data.element
Methods in uk.gov.gchq.gaffer.data.element that return EdgeDirection Modifier and Type Method Description static EdgeDirection
EdgeDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static EdgeDirection[]
EdgeDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-