Class AbstractCifFileSupplier.WrappedAtom
- java.lang.Object
-
- org.biojava.nbio.structure.io.cif.AbstractCifFileSupplier.WrappedAtom
-
- Enclosing class:
- AbstractCifFileSupplier<S>
public static class AbstractCifFileSupplier.WrappedAtom extends Object
Wrapped atoms represent individual atoms enriched with model- and chain-level information. Also, gives control over the atomId field. Useful to convert structures (and subsets thereof) to their mmCIF representation.
-
-
Constructor Summary
Constructors Constructor Description WrappedAtom(int model, String chainName, String chainId, Atom atom, int atomId)Construct a new atoms.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomgetAtom()intgetAtomId()StringgetChainId()StringgetChainName()intgetModel()
-