Interface CifFileConsumer<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void finish()
      Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.
      S getContainer()
      Retrieve the created container representing a CIF file.
      void prepare()
      Setup routine which initializes a new container.
    • Method Detail

      • prepare

        void prepare()
        Setup routine which initializes a new container.
      • finish

        void finish()
        Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.
      • getContainer

        S getContainer()
        Retrieve the created container representing a CIF file.
        Returns:
        all desired information wrapped as object of type S