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
-
Method Details
-
get
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
-