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.OperationEditOperation. operationMethods in graphql.schema.diffing that return EditOperation.Operation Modifier and Type Method Description EditOperation.OperationEditOperation. getOperation()static EditOperation.OperationEditOperation.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_ORDERThe order to traverse edit operations according to the operation.
-