Class ChemCompConsumerImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consumeChemComp​(org.rcsb.cif.schema.mm.ChemComp c)
      Consume a particular Cif category.
      void consumeChemCompAtom​(org.rcsb.cif.schema.mm.ChemCompAtom atom)
      Consume a particular Cif category.
      void consumeChemCompBond​(org.rcsb.cif.schema.mm.ChemCompBond bond)
      Consume a particular Cif category.
      void finish()
      Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.
      ChemicalComponentDictionary 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