Package graphql.schema.diffing
Class DiffImpl.OptimalEdit
java.lang.Object
graphql.schema.diffing.DiffImpl.OptimalEdit
- Enclosing class:
DiffImpl
An optimal edit from one graph to another.
The mapping maps all vertices from source to target, but
not all mappings represent an actual change. This is why there is a separate list
of the actual changes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOptimalEdit
(SchemaGraph completeSourceGraph, SchemaGraph completeTargetGraph) OptimalEdit
(SchemaGraph completeSourceGraph, SchemaGraph completeTargetGraph, Mapping mapping, int ged) -
Method Summary
-
Field Details
-
mapping
-
ged
public int ged
-
-
Constructor Details
-
OptimalEdit
-
OptimalEdit
public OptimalEdit(SchemaGraph completeSourceGraph, SchemaGraph completeTargetGraph, Mapping mapping, int ged)
-
-
Method Details
-
getListOfEditOperations
-