Uses of Class
graphql.schema.diffing.Vertex
Packages that use Vertex
-
Uses of Vertex in graphql.schema.diffing
Fields in graphql.schema.diffing with type parameters of type VertexModifier and TypeFieldDescriptionPossibleMappingsCalculator.PossibleMappings.allIsolatedSourcePossibleMappingsCalculator.PossibleMappings.allIsolatedTargetPossibleMappingsCalculator.PossibleMappings.contextsPossibleMappingsCalculator.PossibleMappings.contextsPossibleMappingsCalculator.PossibleMappings.fixedOneToOneMappingsPossibleMappingsCalculator.PossibleMappings.fixedOneToOneMappingsPossibleMappingsCalculator.PossibleMappings.fixedOneToOneSourcesPossibleMappingsCalculator.PossibleMappings.fixedOneToOneTargetsPossibleMappingsCalculator.PossibleMappings.possibleMappingsPossibleMappingsCalculator.PossibleMappings.possibleMappingsMethods in graphql.schema.diffing that return VertexModifier and TypeMethodDescriptionSchemaGraph.getAppliedDirectiveContainerForAppliedDirective(Vertex appliedDirective) SchemaGraph.getAppliedDirectiveForAppliedArgument(Vertex appliedArgument) SchemaGraph.getDirective(String name) SchemaGraph.getEnumForEnumValue(Vertex enumValue) SchemaGraph.getFieldOrDirectiveForArgument(Vertex argument) SchemaGraph.getFieldsContainerForField(Vertex field) Edge.getFrom()SchemaGraph.getInputObjectForInputField(Vertex inputField) Mapping.getParentRestriction(Vertex v) SchemaGraph.getSingleAdjacentInverseVertex(Vertex input) Gets the one inverse adjacent edge to the input and gets the other vertex.Mapping.getSource(int i) EditOperation.getSourceVertex()Mapping.getTarget(int i) EditOperation.getTargetVertex()Edge.getTo()static VertexVertex.newIsolatedNode(String debugName) Methods in graphql.schema.diffing that return types with arguments of type VertexModifier and TypeMethodDescriptionSchemaGraph.addIsolatedVertices(int count, String debugPrefix) SchemaGraph.findTargetVertex(Vertex from, Predicate<Vertex> vertexPredicate) SchemaGraph.getAdjacentVertices(Vertex from) SchemaGraph.getAdjacentVertices(Vertex from, Predicate<Vertex> predicate) SchemaGraph.getAdjacentVerticesInverse(Vertex to) SchemaGraph.getAdjacentVerticesInverse(Vertex to, Predicate<Vertex> predicate) PossibleMappingsCalculator.getFixedParentRestrictions()PossibleMappingsCalculator.getFixedParentRestrictions()PossibleMappingsCalculator.getFixedParentRestrictionsInverse(Map<Vertex, Vertex> fixedOneToOneMappingsInverted) PossibleMappingsCalculator.getFixedParentRestrictionsInverse(Map<Vertex, Vertex> fixedOneToOneMappingsInverted) PossibleMappingsCalculator.getNonFixedParentRestrictions(SchemaGraph sourceGraph, SchemaGraph targetGraph, Mapping mapping) This computes the initial set of parent restrictions based on the given non-fixed mapping.PossibleMappingsCalculator.getNonFixedParentRestrictions(SchemaGraph sourceGraph, SchemaGraph targetGraph, Mapping mapping) This computes the initial set of parent restrictions based on the given non-fixed mapping.SchemaGraph.getVertices()SchemaGraph.getVerticesByType()SchemaGraph.getVerticesByType(String type) Vertex.newIsolatedNodes(int count, String debugName) Methods in graphql.schema.diffing with parameters of type VertexModifier and TypeMethodDescriptionvoidvoidSchemaGraph.addDirective(String name, Vertex vertex) voidvoidintSchemaGraph.adjacentEdgesAndInverseCount(Vertex fromAndTo) static EditOperationEditOperation.changeVertex(String description, Vertex sourceVertex, Vertex targetVertex) booleanbooleanMapping.containsSource(Vertex sourceVertex) booleanMapping.containsTarget(Vertex targetVertex) static EditOperationEditOperation.deleteVertex(String description, Vertex sourceVertex, Vertex targetVertex) Mapping.extendMapping(Vertex source, Vertex target) booleanPossibleMappingsCalculator.VertexContextSegment.filter(Vertex vertex, SchemaGraph schemaGraph) SchemaGraph.findTargetVertex(Vertex from, Predicate<Vertex> vertexPredicate) SchemaGraph.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.getAdjacentVertices(Vertex from) SchemaGraph.getAdjacentVertices(Vertex from, Predicate<Vertex> predicate) SchemaGraph.getAdjacentVerticesInverse(Vertex to) SchemaGraph.getAdjacentVerticesInverse(Vertex to, Predicate<Vertex> predicate) SchemaGraph.getAllAdjacentEdges(List<Vertex> fromList, Vertex to) SchemaGraph.getAppliedDirectiveContainerForAppliedDirective(Vertex appliedDirective) SchemaGraph.getAppliedDirectiveForAppliedArgument(Vertex appliedArgument) intSchemaGraph.getAppliedDirectiveIndex(Vertex appliedDirective) @Nullable Edge@Nullable EdgeSchemaGraph.getEdgeOrInverse(Vertex from, Vertex to) SchemaGraph.getEnumForEnumValue(Vertex enumValue) SchemaGraph.getFieldOrDirectiveForArgument(Vertex argument) SchemaGraph.getFieldsContainerForField(Vertex field) SchemaGraph.getInputObjectForInputField(Vertex inputField) Mapping.getParentRestriction(Vertex v) SchemaGraph.getSingleAdjacentEdge(Vertex from, Predicate<Edge> predicate) SchemaGraph.getSingleAdjacentInverseVertex(Vertex input) Gets the one inverse adjacent edge to the input and gets the other vertex.static booleanPossibleMappingsCalculator.hasChildrenRestrictions(Vertex vertex) booleanMapping.hasParentRestriction(Vertex v) static booleanPossibleMappingsCalculator.hasParentRestrictions(Vertex vertex) abstract StringPossibleMappingsCalculator.VertexContextSegment.idForVertex(Vertex vertex, SchemaGraph schemaGraph) static EditOperationEditOperation.insertVertex(String description, Vertex sourceVertex, Vertex targetVertex) booleanbooleanPossibleMappingsCalculator.PossibleMappings.mappingPossible(Vertex sourceVertex, Vertex targetVertex) voidvoidMethod parameters in graphql.schema.diffing with type arguments of type VertexModifier and TypeMethodDescriptionvoidSchemaGraph.addVertices(Collection<Vertex> vertices) SchemaGraph.findTargetVertex(Vertex from, Predicate<Vertex> vertexPredicate) voidMapping.forEachNonFixedSourceAndTarget(BiConsumer<? super Vertex, ? super Vertex> consumer) voidMapping.forEachNonFixedSourceAndTarget(BiConsumer<? super Vertex, ? super Vertex> consumer) voidMapping.forEachNonFixedTarget(Consumer<? super Vertex> action) voidMapping.forEachTarget(Consumer<? super Vertex> action) SchemaGraph.getAdjacentEdges(Vertex from, Predicate<Vertex> predicate) SchemaGraph.getAdjacentEdgesInverse(Vertex to, Predicate<Vertex> predicate) SchemaGraph.getAdjacentVertices(Vertex from, Predicate<Vertex> predicate) SchemaGraph.getAdjacentVerticesInverse(Vertex to, Predicate<Vertex> predicate) SchemaGraph.getAllAdjacentEdges(List<Vertex> fromList, Vertex to) PossibleMappingsCalculator.getFixedParentRestrictionsInverse(Map<Vertex, Vertex> fixedOneToOneMappingsInverted) PossibleMappingsCalculator.getFixedParentRestrictionsInverse(Map<Vertex, Vertex> fixedOneToOneMappingsInverted) static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) voidPossibleMappingsCalculator.PossibleMappings.putPossibleMappings(List<String> contextId, Collection<Vertex> sourceVertices, Collection<Vertex> targetVertices, String typeName) voidSchemaGraph.setVertices(List<Vertex> vertices) Constructors in graphql.schema.diffing with parameters of type VertexModifierConstructorDescriptionConstructor parameters in graphql.schema.diffing with type arguments of type VertexModifierConstructorDescriptionSchemaGraph(List<Vertex> vertices, List<Edge> edges, com.google.common.collect.Table<Vertex, Vertex, Edge> edgeByVertexPair) SchemaGraph(List<Vertex> vertices, List<Edge> edges, com.google.common.collect.Table<Vertex, Vertex, Edge> edgeByVertexPair) SchemaGraph(List<Vertex> vertices, List<Edge> edges, com.google.common.collect.Table<Vertex, Vertex, Edge> edgeByVertexPair)