Uses of Class
uk.gov.gchq.gaffer.operation.impl.output.ToVertices.EdgeVertices
-
Packages that use ToVertices.EdgeVertices Package Description uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation. -
-
Uses of ToVertices.EdgeVertices in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return ToVertices.EdgeVertices Modifier and Type Method Description ToVertices.EdgeVertices
ToVertices. getEdgeVertices()
static ToVertices.EdgeVertices
ToVertices.EdgeVertices. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToVertices.EdgeVertices[]
ToVertices.EdgeVertices. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type ToVertices.EdgeVertices Modifier and Type Method Description ToVertices.Builder
ToVertices.Builder. edgeVertices(ToVertices.EdgeVertices edgeVertices)
void
ToVertices. setEdgeVertices(ToVertices.EdgeVertices edgeVertices)
-