public abstract class AbstractCifFileSupplier<S> extends Object implements CifFileSupplier<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCifFileSupplier.WrappedAtom
Wrapped atoms represent individual atoms enriched with model- and chain-level information.
|
| Constructor and Description |
|---|
AbstractCifFileSupplier() |
| Modifier and Type | Method and Description |
|---|---|
protected org.rcsb.cif.model.CifFile |
getInternal(Structure structure,
List<AbstractCifFileSupplier.WrappedAtom> wrappedAtoms) |
protected void |
handleChain(Chain chain,
int model,
List<AbstractCifFileSupplier.WrappedAtom> wrappedAtoms) |
static Collector<AbstractCifFileSupplier.WrappedAtom,?,org.rcsb.cif.model.Category> |
toAtomSite()
Collects
AbstractCifFileSupplier.WrappedAtom instances into one AtomSite. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetprotected org.rcsb.cif.model.CifFile getInternal(Structure structure, List<AbstractCifFileSupplier.WrappedAtom> wrappedAtoms)
protected void handleChain(Chain chain, int model, List<AbstractCifFileSupplier.WrappedAtom> wrappedAtoms)
public static Collector<AbstractCifFileSupplier.WrappedAtom,?,org.rcsb.cif.model.Category> toAtomSite()
AbstractCifFileSupplier.WrappedAtom instances into one AtomSite.Copyright © 2000–2021 BioJava. All rights reserved.