Uses of Class
graphql.schema.diffing.Edge
Packages that use Edge
-
Uses of Edge in graphql.schema.diffing
Methods 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) Constructor parameters in graphql.schema.diffing with type arguments of type Edge