Uses of Class
graphql.schema.diffing.Mapping
Packages that use Mapping
-
Uses of Mapping in graphql.schema.diffing
Fields in graphql.schema.diffing declared as MappingMethods in graphql.schema.diffing that return MappingModifier and TypeMethodDescriptionMapping.copy()Mapping.copyMappingWithLastElementRemoved()Mapping.extendMapping(Vertex source, Vertex target) Mapping.invert()static MappingMapping.newMapping(Map<Vertex, Vertex> fixedParentRestrictions, com.google.common.collect.BiMap<Vertex, Vertex> fixedMappings, List<Vertex> fixedSourceList, List<Vertex> fixedTargetList) Methods in graphql.schema.diffing with parameters of type MappingModifier and TypeMethodDescriptionstatic intEditorialCostForMapping.baseEditorialCostForMapping(Mapping mapping, SchemaGraph sourceGraph, SchemaGraph targetGraph) static intEditorialCostForMapping.baseEditorialCostForMapping(Mapping mapping, SchemaGraph sourceGraph, SchemaGraph targetGraph, List<EditOperation> editOperationsResult) Gets the "editorial cost for mapping" for the base mapping.static intEditorialCostForMapping.editorialCostForMapping(int baseCost, Mapping mapping, SchemaGraph sourceGraph, SchemaGraph targetGraph) Calculates the "editorial cost for mapping" for the non-fixed targets in aMapping.PossibleMappingsCalculator.getNonFixedParentRestrictions(SchemaGraph sourceGraph, SchemaGraph targetGraph, Mapping mapping) This computes the initial set of parent restrictions based on the given non-fixed mapping.Constructors in graphql.schema.diffing with parameters of type MappingModifierConstructorDescriptionOptimalEdit(SchemaGraph completeSourceGraph, SchemaGraph completeTargetGraph, Mapping mapping, int ged) -
Uses of Mapping in graphql.schema.diffing.ana
Methods in graphql.schema.diffing.ana with parameters of type MappingModifier and TypeMethodDescriptionEditOperationAnalyzer.analyzeEdits(List<EditOperation> editOperations, Mapping mapping)