Uses of Class
graphql.schema.diffing.Vertex
-
Packages that use Vertex Package Description graphql.schema.diffing graphql.schema.diffing.ana -
-
Uses of Vertex in graphql.schema.diffing
Fields in graphql.schema.diffing declared as Vertex Modifier and Type Field Description private VertexEdge. fromprivate VertexEditOperation. sourceVertexprivate VertexEditOperation. targetVertexprivate VertexEdge. toFields in graphql.schema.diffing with type parameters of type Vertex Modifier and Type Field Description java.util.Set<Vertex>PossibleMappingsCalculator.PossibleMappings. allIsolatedSourcejava.util.Set<Vertex>PossibleMappingsCalculator.PossibleMappings. allIsolatedTargetjava.util.List<Vertex>DiffImpl.MappingEntry. availableTargetVerticesThese are the available vertices, relative to the parent mapping.com.google.common.collect.Table<java.util.List<java.lang.String>,java.util.Set<Vertex>,java.util.Set<Vertex>>PossibleMappingsCalculator.PossibleMappings. contextscom.google.common.collect.Table<java.util.List<java.lang.String>,java.util.Set<Vertex>,java.util.Set<Vertex>>PossibleMappingsCalculator.PossibleMappings. contextsprivate java.util.Map<java.lang.String,Vertex>SchemaGraph. directivesByNameprivate com.google.common.collect.Table<Vertex,Vertex,Edge>SchemaGraph. edgesByDirectionprivate com.google.common.collect.Table<Vertex,Vertex,Edge>SchemaGraph. edgesByDirectionprivate com.google.common.collect.Table<Vertex,Vertex,Edge>SchemaGraph. edgesByInverseDirectionprivate com.google.common.collect.Table<Vertex,Vertex,Edge>SchemaGraph. edgesByInverseDirectionprivate com.google.common.collect.BiMap<Vertex,Vertex>Mapping. fixedMappingsprivate com.google.common.collect.BiMap<Vertex,Vertex>Mapping. fixedMappingscom.google.common.collect.BiMap<Vertex,Vertex>PossibleMappingsCalculator.PossibleMappings. fixedOneToOneMappingscom.google.common.collect.BiMap<Vertex,Vertex>PossibleMappingsCalculator.PossibleMappings. fixedOneToOneMappingsjava.util.List<Vertex>PossibleMappingsCalculator.PossibleMappings. fixedOneToOneSourcesjava.util.List<Vertex>PossibleMappingsCalculator.PossibleMappings. fixedOneToOneTargetsprivate java.util.Map<Vertex,Vertex>Mapping. fixedParentRestrictionsprivate java.util.Map<Vertex,Vertex>Mapping. fixedParentRestrictionsprivate java.util.List<Vertex>Mapping. fixedSourceListprivate java.util.List<Vertex>Mapping. fixedTargetListprivate com.google.common.collect.BiMap<Vertex,Vertex>Mapping. mapprivate com.google.common.collect.BiMap<Vertex,Vertex>Mapping. mapcom.google.common.collect.Multimap<Vertex,Vertex>PossibleMappingsCalculator.PossibleMappings. possibleMappingscom.google.common.collect.Multimap<Vertex,Vertex>PossibleMappingsCalculator.PossibleMappings. possibleMappingsprivate java.util.List<Vertex>Mapping. sourceListprivate java.util.List<Vertex>Mapping. targetListprivate java.util.Map<java.lang.String,Vertex>SchemaGraph. typesByNameprivate com.google.common.collect.Multimap<java.lang.String,Vertex>SchemaGraph. typeToVerticesprivate java.util.List<Vertex>SchemaGraph. verticesMethods in graphql.schema.diffing that return Vertex Modifier and Type Method Description VertexSchemaGraph. getAppliedDirectiveContainerForAppliedDirective(Vertex appliedDirective)VertexSchemaGraph. getAppliedDirectiveForAppliedArgument(Vertex appliedArgument)VertexSchemaGraph. getDirective(java.lang.String name)VertexSchemaGraph. getEnumForEnumValue(Vertex enumValue)VertexSchemaGraph. getFieldOrDirectiveForArgument(Vertex argument)VertexSchemaGraph. getFieldsContainerForField(Vertex field)VertexEdge. getFrom()VertexSchemaGraph. getInputObjectForInputField(Vertex inputField)VertexMapping. getParentRestriction(Vertex v)VertexSchemaGraph. getSingleAdjacentInverseVertex(Vertex input)Gets the one inverse adjacent edge to the input and gets the other vertex.VertexMapping. getSource(int i)VertexMapping. getSource(Vertex target)VertexEditOperation. getSourceVertex()VertexMapping. getTarget(int i)VertexMapping. getTarget(Vertex source)VertexEditOperation. getTargetVertex()VertexEdge. getTo()VertexSchemaGraph. getType(java.lang.String name)private VertexSchemaGraphFactory. newArgument(GraphQLArgument graphQLArgument, SchemaGraph schemaGraph, boolean isIntrospectionNode)private VertexSchemaGraphFactory. newField(GraphQLFieldDefinition graphQLFieldDefinition, SchemaGraph schemaGraph, boolean isIntrospectionNode)private VertexSchemaGraphFactory. newInputField(GraphQLInputObjectField inputField, SchemaGraph schemaGraph, boolean isIntrospectionNode)static VertexVertex. newIsolatedNode(java.lang.String debugName)Methods in graphql.schema.diffing that return types with arguments of type Vertex Modifier and Type Method Description java.util.List<Vertex>SchemaGraph. addIsolatedVertices(int count, java.lang.String debugPrefix)java.util.Optional<Vertex>SchemaGraph. findTargetVertex(Vertex from, java.util.function.Predicate<Vertex> vertexPredicate)java.util.List<Vertex>SchemaGraph. getAdjacentVertices(Vertex from)java.util.List<Vertex>SchemaGraph. getAdjacentVertices(Vertex from, java.util.function.Predicate<Vertex> predicate)java.util.List<Vertex>SchemaGraph. getAdjacentVerticesInverse(Vertex to)java.util.List<Vertex>SchemaGraph. getAdjacentVerticesInverse(Vertex to, java.util.function.Predicate<Vertex> predicate)java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions()java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions()private java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions(SchemaGraph sourceGraph, java.util.List<Vertex> fixedSourceVertices, java.util.Map<Vertex,Vertex> fixedOneToOneMappings)This computes the initial set of parent restrictions based on the fixed portion of the mapping.private java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions(SchemaGraph sourceGraph, java.util.List<Vertex> fixedSourceVertices, java.util.Map<Vertex,Vertex> fixedOneToOneMappings)This computes the initial set of parent restrictions based on the fixed portion of the mapping.java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictionsInverse(java.util.Map<Vertex,Vertex> fixedOneToOneMappingsInverted)java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictionsInverse(java.util.Map<Vertex,Vertex> fixedOneToOneMappingsInverted)java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getNonFixedParentRestrictions(SchemaGraph sourceGraph, SchemaGraph targetGraph, Mapping mapping)This computes the initial set of parent restrictions based on the given non-fixed mapping.java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getNonFixedParentRestrictions(SchemaGraph sourceGraph, SchemaGraph targetGraph, Mapping mapping)This computes the initial set of parent restrictions based on the given non-fixed mapping.java.util.List<Vertex>SchemaGraph. getVertices()com.google.common.collect.Multimap<java.lang.String,Vertex>SchemaGraph. getVerticesByType()java.util.Collection<Vertex>SchemaGraph. getVerticesByType(java.lang.String type)static java.util.Set<Vertex>Vertex. newIsolatedNodes(int count, java.lang.String debugName)Methods in graphql.schema.diffing with parameters of type Vertex Modifier and Type Method Description voidMapping. add(Vertex source, Vertex target)voidSchemaGraph. addDirective(java.lang.String name, Vertex vertex)voidSchemaGraph. addType(java.lang.String name, Vertex vertex)voidSchemaGraph. addVertex(Vertex vertex)intSchemaGraph. adjacentEdgesAndInverseCount(Vertex fromAndTo)private intDiffImpl. calcAnchoredVerticesCost(Vertex v, Vertex u, Mapping partialMapping)private doubleDiffImpl. calcLowerBoundMappingCost(Vertex v, Vertex u, Mapping partialMapping, java.util.Map<Vertex,java.lang.Double> isolatedVerticesCache, java.util.Map<Vertex,Vertex> nonFixedParentRestrictions)lower bound mapping cost between for v -> u in respect to a partial mapping.private doubleDiffImpl. calcLowerBoundMappingCostForIsolated(Vertex vertex, Mapping partialMapping, boolean sourceOrTarget)Simplified lower bound calc if the source/target vertex is isolatedprivate voidDiffImpl. calculateRestOfChildren(java.util.List<Vertex> availableTargetVertices, HungarianAlgorithm hungarianAlgorithm, double[][] costMatrixCopy, double editorialCostForMapping, Mapping partialMapping, Vertex v_i, int upperBound, int level, java.util.concurrent.LinkedBlockingQueue<DiffImpl.MappingEntry> siblings)static EditOperationEditOperation. changeVertex(java.lang.String description, Vertex sourceVertex, Vertex targetVertex)booleanMapping. contains(Vertex vertex, boolean sourceOrTarget)booleanMapping. containsSource(Vertex sourceVertex)booleanMapping. containsTarget(Vertex targetVertex)private voidSchemaGraphFactory. createAppliedDirectives(Vertex from, java.util.List<GraphQLDirective> appliedDirectives, SchemaGraph schemaGraph)static EditOperationEditOperation. deleteVertex(java.lang.String description, Vertex sourceVertex, Vertex targetVertex)MappingMapping. extendMapping(Vertex source, Vertex target)booleanPossibleMappingsCalculator.VertexContextSegment. filter(Vertex vertex, SchemaGraph schemaGraph)java.util.Optional<Vertex>SchemaGraph. findTargetVertex(Vertex from, java.util.function.Predicate<Vertex> vertexPredicate)java.util.List<Edge>SchemaGraph. getAdjacentEdges(Vertex from, java.util.function.Predicate<Vertex> predicate)java.lang.Iterable<Edge>SchemaGraph. getAdjacentEdgesAndInverseNonCopy(Vertex fromAndTo)java.util.List<Edge>SchemaGraph. getAdjacentEdgesInverse(Vertex to, java.util.function.Predicate<Vertex> predicate)java.util.List<Edge>SchemaGraph. getAdjacentEdgesInverseCopied(Vertex to)java.util.Collection<Edge>SchemaGraph. getAdjacentEdgesInverseNonCopy(Vertex to)java.util.Collection<Edge>SchemaGraph. getAdjacentEdgesNonCopy(Vertex from)java.util.List<Vertex>SchemaGraph. getAdjacentVertices(Vertex from)java.util.List<Vertex>SchemaGraph. getAdjacentVertices(Vertex from, java.util.function.Predicate<Vertex> predicate)java.util.List<Vertex>SchemaGraph. getAdjacentVerticesInverse(Vertex to)java.util.List<Vertex>SchemaGraph. getAdjacentVerticesInverse(Vertex to, java.util.function.Predicate<Vertex> predicate)java.util.List<Edge>SchemaGraph. getAllAdjacentEdges(java.util.List<Vertex> fromList, Vertex to)VertexSchemaGraph. getAppliedDirectiveContainerForAppliedDirective(Vertex appliedDirective)VertexSchemaGraph. getAppliedDirectiveForAppliedArgument(Vertex appliedArgument)intSchemaGraph. getAppliedDirectiveIndex(Vertex appliedDirective)@Nullable EdgeSchemaGraph. getEdge(Vertex from, Vertex to)@Nullable EdgeSchemaGraph. getEdgeOrInverse(Vertex from, Vertex to)VertexSchemaGraph. getEnumForEnumValue(Vertex enumValue)VertexSchemaGraph. getFieldOrDirectiveForArgument(Vertex argument)VertexSchemaGraph. getFieldsContainerForField(Vertex field)VertexSchemaGraph. getInputObjectForInputField(Vertex inputField)VertexMapping. getParentRestriction(Vertex v)EdgeSchemaGraph. getSingleAdjacentEdge(Vertex from, java.util.function.Predicate<Edge> predicate)VertexSchemaGraph. getSingleAdjacentInverseVertex(Vertex input)Gets the one inverse adjacent edge to the input and gets the other vertex.VertexMapping. getSource(Vertex target)VertexMapping. getTarget(Vertex source)private voidSchemaGraphFactory. handleArgument(Vertex argumentVertex, GraphQLArgument graphQLArgument, SchemaGraph schemaGraph)private voidSchemaGraphFactory. handleDirective(Vertex directive, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleField(Vertex fieldVertex, GraphQLFieldDefinition fieldDefinition, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleInputField(Vertex inputFieldVertex, GraphQLInputObjectField inputField, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleInputObject(Vertex inputObject, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleInterfaceVertex(Vertex interfaceVertex, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleObjectVertex(Vertex objectVertex, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private voidSchemaGraphFactory. handleUnion(Vertex unionVertex, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)static booleanPossibleMappingsCalculator. hasChildrenRestrictions(Vertex vertex)booleanMapping. hasParentRestriction(Vertex v)static booleanPossibleMappingsCalculator. hasParentRestrictions(Vertex vertex)abstract java.lang.StringPossibleMappingsCalculator.VertexContextSegment. idForVertex(Vertex vertex, SchemaGraph schemaGraph)static EditOperationEditOperation. insertVertex(java.lang.String description, Vertex sourceVertex, Vertex targetVertex)booleanVertex. isEqualTo(Vertex other)booleanPossibleMappingsCalculator.PossibleMappings. mappingPossible(Vertex sourceVertex, Vertex targetVertex)voidEdge. setFrom(Vertex from)voidEdge. setTo(Vertex to)Method parameters in graphql.schema.diffing with type arguments of type Vertex Modifier and Type Method Description private voidDiffImpl. addChildToQueue(int fixedEditorialCost, DiffImpl.MappingEntry parentEntry, java.util.PriorityQueue<DiffImpl.MappingEntry> queue, DiffImpl.OptimalEdit optimalEdit, java.util.List<Vertex> allSources, java.util.List<Vertex> allTargets)private voidDiffImpl. addSiblingToQueue(int fixedEditorialCost, int level, java.util.PriorityQueue<DiffImpl.MappingEntry> queue, DiffImpl.OptimalEdit optimalEdit, java.util.List<Vertex> allSources, java.util.List<Vertex> allTargets, DiffImpl.MappingEntry mappingEntry)voidSchemaGraph. addVertices(java.util.Collection<Vertex> vertices)private doubleDiffImpl. calcLowerBoundMappingCost(Vertex v, Vertex u, Mapping partialMapping, java.util.Map<Vertex,java.lang.Double> isolatedVerticesCache, java.util.Map<Vertex,Vertex> nonFixedParentRestrictions)lower bound mapping cost between for v -> u in respect to a partial mapping.private voidPossibleMappingsCalculator. calcPossibleMappingImpl(java.util.Collection<Vertex> currentSourceVertices, java.util.Collection<Vertex> currentTargetVertices, java.util.List<java.lang.String> contextId, int contextIx, java.util.List<PossibleMappingsCalculator.VertexContextSegment> contexts, java.util.Set<Vertex> usedSourceVertices, java.util.Set<Vertex> usedTargetVertices, java.lang.String typeNameForDebug)calc for the provided contextprivate voidPossibleMappingsCalculator. calcPossibleMappingImpl(java.util.Collection<Vertex> currentSourceVertices, java.util.Collection<Vertex> currentTargetVertices, java.util.List<java.lang.String> contextId, int contextIx, java.util.List<PossibleMappingsCalculator.VertexContextSegment> contexts, java.util.Set<Vertex> usedSourceVertices, java.util.Set<Vertex> usedTargetVertices, java.lang.String typeNameForDebug)calc for the provided contextprivate voidDiffImpl. calculateRestOfChildren(java.util.List<Vertex> availableTargetVertices, HungarianAlgorithm hungarianAlgorithm, double[][] costMatrixCopy, double editorialCostForMapping, Mapping partialMapping, Vertex v_i, int upperBound, int level, java.util.concurrent.LinkedBlockingQueue<DiffImpl.MappingEntry> siblings)(package private) DiffImpl.OptimalEditDiffImpl. diffImpl(Mapping startMapping, java.util.List<Vertex> allSources, java.util.List<Vertex> allTargets, java.util.concurrent.atomic.AtomicInteger algoIterationCount)private voidDiffImpl. expandMappingAndUpdateOptimalMapping(int fixedEditorialCost, int level, DiffImpl.OptimalEdit optimalEdit, java.util.List<Vertex> allSources, Mapping toExpand, int[] assignments, java.util.List<Vertex> availableTargetVertices, double lowerBoundCost)Extend the partial mapping to a full mapping according to the optimal matching (hungarian algo result) and update the optimal edit if we found a better one.java.util.Optional<Vertex>SchemaGraph. findTargetVertex(Vertex from, java.util.function.Predicate<Vertex> vertexPredicate)voidMapping. forEachNonFixedSourceAndTarget(java.util.function.BiConsumer<? super Vertex,? super Vertex> consumer)voidMapping. forEachNonFixedSourceAndTarget(java.util.function.BiConsumer<? super Vertex,? super Vertex> consumer)voidMapping. forEachNonFixedTarget(java.util.function.Consumer<? super Vertex> action)voidMapping. forEachTarget(java.util.function.Consumer<? super Vertex> action)java.util.List<Edge>SchemaGraph. getAdjacentEdges(Vertex from, java.util.function.Predicate<Vertex> predicate)java.util.List<Edge>SchemaGraph. getAdjacentEdgesInverse(Vertex to, java.util.function.Predicate<Vertex> predicate)java.util.List<Vertex>SchemaGraph. getAdjacentVertices(Vertex from, java.util.function.Predicate<Vertex> predicate)java.util.List<Vertex>SchemaGraph. getAdjacentVerticesInverse(Vertex to, java.util.function.Predicate<Vertex> predicate)java.util.List<Edge>SchemaGraph. getAllAdjacentEdges(java.util.List<Vertex> fromList, Vertex to)private java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions(SchemaGraph sourceGraph, java.util.List<Vertex> fixedSourceVertices, java.util.Map<Vertex,Vertex> fixedOneToOneMappings)This computes the initial set of parent restrictions based on the fixed portion of the mapping.private java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions(SchemaGraph sourceGraph, java.util.List<Vertex> fixedSourceVertices, java.util.Map<Vertex,Vertex> fixedOneToOneMappings)This computes the initial set of parent restrictions based on the fixed portion of the mapping.private java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictions(SchemaGraph sourceGraph, java.util.List<Vertex> fixedSourceVertices, java.util.Map<Vertex,Vertex> fixedOneToOneMappings)This computes the initial set of parent restrictions based on the fixed portion of the mapping.java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictionsInverse(java.util.Map<Vertex,Vertex> fixedOneToOneMappingsInverted)java.util.Map<Vertex,Vertex>PossibleMappingsCalculator. getFixedParentRestrictionsInverse(java.util.Map<Vertex,Vertex> fixedOneToOneMappingsInverted)static MappingMapping. newMapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList)static MappingMapping. newMapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList)static MappingMapping. newMapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList)static MappingMapping. newMapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList)static MappingMapping. newMapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList)voidPossibleMappingsCalculator.PossibleMappings. putPossibleMappings(java.util.List<java.lang.String> contextId, java.util.Collection<Vertex> sourceVertices, java.util.Collection<Vertex> targetVertices, java.lang.String typeName)voidSchemaGraph. setVertices(java.util.List<Vertex> vertices)private voidSchemaDiffing. sortVertices(java.util.List<Vertex> vertices, SchemaGraph schemaGraph, PossibleMappingsCalculator.PossibleMappings possibleMappings)Constructors in graphql.schema.diffing with parameters of type Vertex Constructor Description Edge(Vertex from, Vertex to)Edge(Vertex from, Vertex to, java.lang.String label)EditOperation(EditOperation.Operation operation, java.lang.String description, Vertex sourceVertex, Vertex targetVertex, Edge sourceEdge, Edge targetEdge)Constructor parameters in graphql.schema.diffing with type arguments of type Vertex Constructor Description Mapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList, com.google.common.collect.BiMap<Vertex,Vertex> map, java.util.List<Vertex> sourceList, java.util.List<Vertex> targetList)Mapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList, com.google.common.collect.BiMap<Vertex,Vertex> map, java.util.List<Vertex> sourceList, java.util.List<Vertex> targetList)Mapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList, com.google.common.collect.BiMap<Vertex,Vertex> map, java.util.List<Vertex> sourceList, java.util.List<Vertex> targetList)Mapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList, com.google.common.collect.BiMap<Vertex,Vertex> map, java.util.List<Vertex> sourceList, java.util.List<Vertex> targetList)Mapping(java.util.Map<Vertex,Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex,Vertex> fixedMappings, java.util.List<Vertex> fixedSourceList, java.util.List<Vertex> fixedTargetList, com.google.common.collect.BiMap<Vertex,Vertex> map, java.util.List<Vertex> sourceList, java.util.List<Vertex> targetList)SchemaGraph(java.util.List<Vertex> vertices, java.util.List<Edge> edges, com.google.common.collect.Table<Vertex,Vertex,Edge> edgeByVertexPair)SchemaGraph(java.util.List<Vertex> vertices, java.util.List<Edge> edges, com.google.common.collect.Table<Vertex,Vertex,Edge> edgeByVertexPair)SchemaGraph(java.util.List<Vertex> vertices, java.util.List<Edge> edges, com.google.common.collect.Table<Vertex,Vertex,Edge> edgeByVertexPair) -
Uses of Vertex in graphql.schema.diffing.ana
Methods in graphql.schema.diffing.ana with parameters of type Vertex Modifier and Type Method Description private voidEditOperationAnalyzer. appliedDirectiveAddedToArgument(Vertex appliedDirective, Vertex container)private voidEditOperationAnalyzer. appliedDirectiveAddedToField(Vertex appliedDirective, Vertex container)private voidEditOperationAnalyzer. appliedDirectiveDeletedFromArgument(Vertex appliedDirective, Vertex container)private voidEditOperationAnalyzer. appliedDirectiveDeletedFromField(Vertex appliedDirective, Vertex container)private booleanEditOperationAnalyzer. doesArgumentChangeMakeSense(Vertex oldArgument, Vertex newArgument, Mapping mapping)Sometimes the diffing algorithm will give us an argument change when the argument container changed i.e.private EditOperationEditOperationAnalyzer. findDeletedEdge(Vertex targetVertexFrom, java.util.List<EditOperation> editOperations, Mapping mapping, java.util.function.Predicate<Edge> edgePredicate)
-