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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier
AbstractCifFileSupplier.WrappedAtom
-
Constructor Summary
-
Method Summary
Methods inherited from class org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier
getInternal, handleChain, toAtomSite
-
Constructor Details
-
CifStructureSupplierImpl
public CifStructureSupplierImpl()
-
-
Method Details
-
get
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
-