Class DiffImpl.OptimalEdit

  • Enclosing class:
    DiffImpl

    public static class DiffImpl.OptimalEdit
    extends java.lang.Object
    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 Detail

      • ged

        public int ged
    • Method Detail

      • getListOfEditOperations

        public java.util.List<EditOperation> getListOfEditOperations()