Uses of Class
graphql.schema.diffing.EditOperation.Operation
-
Packages that use EditOperation.Operation Package Description graphql.schema.diffing graphql.schema.diffing.ana -
-
Uses of EditOperation.Operation in graphql.schema.diffing
Fields in graphql.schema.diffing declared as EditOperation.Operation Modifier and Type Field Description private EditOperation.Operation
EditOperation. operation
Methods in graphql.schema.diffing that return EditOperation.Operation Modifier and Type Method Description EditOperation.Operation
EditOperation. getOperation()
static EditOperation.Operation
EditOperation.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EditOperation.Operation[]
EditOperation.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in graphql.schema.diffing with parameters of type EditOperation.Operation Constructor Description EditOperation(EditOperation.Operation operation, java.lang.String description, Vertex sourceVertex, Vertex targetVertex, Edge sourceEdge, Edge targetEdge)
-
Uses of EditOperation.Operation in graphql.schema.diffing.ana
Fields in graphql.schema.diffing.ana with type parameters of type EditOperation.Operation Modifier and Type Field Description private static java.util.List<EditOperation.Operation>
EditOperationAnalyzer. OPERATION_TRAVERSAL_ORDER
The order to traverse edit operations according to the operation.
-