Class FixedDBIDsFilter

  • All Implemented Interfaces:
    ObjectFilter

    public class FixedDBIDsFilter
    extends java.lang.Object
    implements ObjectFilter
    This filter assigns static DBIDs, based on the sequence the objects appear in the bundle by adding a column of DBID type to the bundle.
    Since:
    0.4.0
    Author:
    Erich Schubert
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FixedDBIDsFilter.Par
      Parameterization class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int curid
      The next ID to assign
      (package private) BundleMeta meta
      The filtered meta
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedDBIDsFilter​(int startid)
      Constructor.
    • Field Detail

      • curid

        int curid
        The next ID to assign
    • Constructor Detail

      • FixedDBIDsFilter

        public FixedDBIDsFilter​(int startid)
        Constructor.
        Parameters:
        startid - ID to start enumerating with.