Class CifStructureSupplierImpl

java.lang.Object
org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier<Structure>
org.biojava.nbio.structure.io.cif.CifStructureSupplierImpl
All Implemented Interfaces:
CifFileSupplier<Structure>

Convert a structure to a CifFile.
Author:
Sebastian Bittrich
  • Constructor Details

  • Method Details

    • get

      public org.rcsb.cif.model.CifFile get(Structure container)
      Description copied from interface: CifFileSupplier
      Convert some model instance describing structure information to a CifFile instance.
      Parameters:
      container - the source of structure information
      Returns:
      a flat CifFile instance, ready for IO operations