public class MetalBondConsumerImpl extends Object implements MetalBondConsumer
| Constructor and Description |
|---|
MetalBondConsumerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(org.rcsb.cif.model.Category category) |
void |
finish()
Ultimate setup which can include steps which require several categories to be available and integrate them into
the final container.
|
Map<String,List<MetalBondDistance>> |
getContainer()
Retrieve the created container representing a CIF file.
|
void |
prepare()
Setup routine which initializes a new container.
|
public void prepare()
CifFileConsumerprepare in interface CifFileConsumer<Map<String,List<MetalBondDistance>>>public void finish()
CifFileConsumerfinish in interface CifFileConsumer<Map<String,List<MetalBondDistance>>>public void consume(org.rcsb.cif.model.Category category)
consume in interface MetalBondConsumerpublic Map<String,List<MetalBondDistance>> getContainer()
CifFileConsumergetContainer in interface CifFileConsumer<Map<String,List<MetalBondDistance>>>SCopyright © 2000–2021 BioJava. All rights reserved.