Class AbstractIdMapping

    • Constructor Detail

      • AbstractIdMapping

        public AbstractIdMapping()
    • Method Detail

      • mapId

        public final void mapId​(int origID,
                                int mappedID,
                                boolean isClassID)
        Description copied from interface: IdMapping
        Registers a mapping for the given IDs.
        Specified by:
        mapId in interface IdMapping
      • mappedClassID

        protected int mappedClassID​(int origID)
      • mapNonClassIDs

        protected abstract void mapNonClassIDs​(int origID,
                                               int mappedID)