Class DiffImpl.MappingEntry

  • Enclosing class:
    DiffImpl

    private static class DiffImpl.MappingEntry
    extends java.lang.Object
    • Field Detail

      • mappingEntriesSiblings

        public java.util.concurrent.LinkedBlockingQueue<DiffImpl.MappingEntry> mappingEntriesSiblings
      • assignments

        public int[] assignments
      • availableTargetVertices

        public java.util.List<Vertex> availableTargetVertices
        These are the available vertices, relative to the parent mapping. Meaning the last mapped element is NOT contained in it.
      • partialMapping

        Mapping partialMapping
      • level

        int level
      • lowerBoundCost

        double lowerBoundCost
    • Constructor Detail

      • MappingEntry

        public MappingEntry​(Mapping partialMapping,
                            int level,
                            double lowerBoundCost)