Interface MetalBondConsumer
-
- All Superinterfaces:
CifFileConsumer<Map<String,List<MetalBondDistance>>>
- All Known Implementing Classes:
MetalBondConsumerImpl
public interface MetalBondConsumer extends CifFileConsumer<Map<String,List<MetalBondDistance>>>
Consume metal bond data.- Since:
- 6.0.0
- Author:
- Sebastian Bittrich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(org.rcsb.cif.model.Category category)
-
Methods inherited from interface org.biojava.nbio.structure.io.cif.CifFileConsumer
finish, getContainer, prepare
-
-
-
-
Method Detail
-
consume
void consume(org.rcsb.cif.model.Category category)
-
-