Interface CifFileSupplier<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.rcsb.cif.model.CifFile get​(S container)
      Convert some model instance describing structure information to a CifFile instance.
    • Method Detail

      • get

        org.rcsb.cif.model.CifFile get​(S container)
        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