Class MetalBondConsumerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consume​(org.rcsb.cif.model.Category category)  
      void finish()
      Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.
      java.util.Map<java.lang.String,​java.util.List<MetalBondDistance>> getContainer()
      Retrieve the created container representing a CIF file.
      void prepare()
      Setup routine which initializes a new container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetalBondConsumerImpl

        public MetalBondConsumerImpl()
    • Method Detail

      • finish

        public void finish()
        Description copied from interface: CifFileConsumer
        Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.
        Specified by:
        finish in interface CifFileConsumer<java.util.Map<java.lang.String,​java.util.List<MetalBondDistance>>>
      • consume

        public void consume​(org.rcsb.cif.model.Category category)
        Specified by:
        consume in interface MetalBondConsumer
      • getContainer

        public java.util.Map<java.lang.String,​java.util.List<MetalBondDistance>> getContainer()
        Description copied from interface: CifFileConsumer
        Retrieve the created container representing a CIF file.
        Specified by:
        getContainer in interface CifFileConsumer<java.util.Map<java.lang.String,​java.util.List<MetalBondDistance>>>
        Returns:
        all desired information wrapped as object of type S