Interface CifFileSupplier<S>
-
- Type Parameters:
S- the container type used as source
- All Known Implementing Classes:
AbstractCifFileSupplier,CifChainSupplierImpl,CifStructureSupplierImpl
public interface CifFileSupplier<S>Create a CifFile instance for a given container of structure data.- Since:
- 5.3.0
- Author:
- Sebastian Bittrich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.rcsb.cif.model.CifFileget(S container)Convert some model instance describing structure information to a CifFile instance.
-
-
-
Method Detail
-
get
org.rcsb.cif.model.CifFile get(S container)
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
-
-