Class CifChainSupplierImpl
java.lang.Object
org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier<Chain>
org.biojava.nbio.structure.io.cif.CifChainSupplierImpl
- All Implemented Interfaces:
CifFileSupplier<Chain>
Convert a chain 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
-
CifChainSupplierImpl
public CifChainSupplierImpl()
-
-
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
-