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>
public class CifChainSupplierImpl extends AbstractCifFileSupplier<Chain>
Convert a chain to aCifFile
.- Author:
- Sebastian Bittrich
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier
AbstractCifFileSupplier.WrappedAtom
-
-
Constructor Summary
Constructors Constructor Description CifChainSupplierImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.rcsb.cif.model.CifFile
get(Chain container)
Convert some model instance describing structure information to a CifFile instance.-
Methods inherited from class org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier
getInternal, handleChain, toAtomSite
-
-
-
-
Constructor Detail
-
CifChainSupplierImpl
public CifChainSupplierImpl()
-
-
Method Detail
-
get
public org.rcsb.cif.model.CifFile get(Chain 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
-
-