S - the type of container an implementing class will returnpublic interface CifFileConsumer<S>
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Ultimate setup which can include steps which require several categories to be available and integrate them into
the final container.
|
S |
getContainer()
Retrieve the created container representing a CIF file.
|
void |
prepare()
Setup routine which initializes a new container.
|
void prepare()
void finish()
S getContainer()
SCopyright © 2000–2021 BioJava. All rights reserved.