Uses of Class
graphql.schema.diffing.Edge
Packages that use Edge
-
Uses of Edge in graphql.schema.diffing
Fields in graphql.schema.diffing declared as EdgeModifier and TypeFieldDescriptionprivate EdgeEditOperation.sourceEdgeprivate EdgeEditOperation.targetEdgeFields in graphql.schema.diffing with type parameters of type EdgeModifier and TypeFieldDescriptionSchemaGraph.edgesSchemaGraph.edgesByDirectionSchemaGraph.edgesByInverseDirectionMethods in graphql.schema.diffing that return EdgeModifier and TypeMethodDescription@Nullable Edge@Nullable EdgeSchemaGraph.getEdgeOrInverse(Vertex from, Vertex to) SchemaGraph.getSingleAdjacentEdge(Vertex from, Predicate<Edge> predicate) EditOperation.getSourceEdge()EditOperation.getTargetEdge()Methods in graphql.schema.diffing that return types with arguments of type EdgeModifier and TypeMethodDescriptionSchemaGraph.getAdjacentEdges(Vertex from, Predicate<Vertex> predicate) SchemaGraph.getAdjacentEdgesAndInverseNonCopy(Vertex fromAndTo) SchemaGraph.getAdjacentEdgesInverse(Vertex to, Predicate<Vertex> predicate) SchemaGraph.getAdjacentEdgesInverseCopied(Vertex to) SchemaGraph.getAdjacentEdgesInverseNonCopy(Vertex to) SchemaGraph.getAdjacentEdgesNonCopy(Vertex from) SchemaGraph.getAllAdjacentEdges(List<Vertex> fromList, Vertex to) SchemaGraph.getEdges()Methods in graphql.schema.diffing with parameters of type EdgeModifier and TypeMethodDescriptionvoidstatic EditOperationEditOperation.changeEdge(String description, Edge sourceEdge, Edge targetEdge) static EditOperationEditOperation.deleteEdge(String description, Edge sourceEdge) static EditOperationEditOperation.insertEdge(String description, Edge targetEdge) booleanMethod parameters in graphql.schema.diffing with type arguments of type EdgeModifier and TypeMethodDescriptionSchemaGraph.getSingleAdjacentEdge(Vertex from, Predicate<Edge> predicate) Constructors in graphql.schema.diffing with parameters of type EdgeModifierConstructorDescriptionprivateEditOperation(EditOperation.Operation operation, String description, Vertex sourceVertex, Vertex targetVertex, Edge sourceEdge, Edge targetEdge) Constructor parameters in graphql.schema.diffing with type arguments of type Edge -
Uses of Edge in graphql.schema.diffing.ana
Methods in graphql.schema.diffing.ana with parameters of type EdgeModifier and TypeMethodDescriptionprivate StringEditOperationAnalyzer.getDefaultValueFromEdgeLabel(Edge edge) private StringEditOperationAnalyzer.getTypeFromEdgeLabel(Edge edge) private voidEditOperationAnalyzer.interfaceImplementationDeleted(Edge deletedEdge) private static booleanEditOperationAnalyzer.isAnyVertexOfType(Edge edge, String type) private booleanEditOperationAnalyzer.isTypeEdge(Edge edge) private voidEditOperationAnalyzer.newInterfaceAddedToInterfaceOrObject(Edge newEdge) Method parameters in graphql.schema.diffing.ana with type arguments of type EdgeModifier and TypeMethodDescriptionprivate EditOperationEditOperationAnalyzer.findDeletedEdge(Vertex targetVertexFrom, List<EditOperation> editOperations, Mapping mapping, Predicate<Edge> edgePredicate)