Class MetalBondConsumerImpl
java.lang.Object
org.biojava.nbio.structure.io.cif.MetalBondConsumerImpl
- All Implemented Interfaces:
CifFileConsumer<Map<String,
,List<MetalBondDistance>>> MetalBondConsumer
Created by andreas on 6/9/16.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Retrieve the created container representing a CIF file.void
prepare()
Setup routine which initializes a new container.
-
Constructor Details
-
MetalBondConsumerImpl
public MetalBondConsumerImpl()
-
-
Method Details
-
prepare
Description copied from interface:CifFileConsumer
Setup routine which initializes a new container.- Specified by:
prepare
in interfaceCifFileConsumer<Map<String,
List<MetalBondDistance>>>
-
finish
Description copied from interface:CifFileConsumer
Ultimate setup which can include steps which require several categories to be available and integrate them into the final container.- Specified by:
finish
in interfaceCifFileConsumer<Map<String,
List<MetalBondDistance>>>
-
consume
- Specified by:
consume
in interfaceMetalBondConsumer
-
getContainer
Description copied from interface:CifFileConsumer
Retrieve the created container representing a CIF file.- Specified by:
getContainer
in interfaceCifFileConsumer<Map<String,
List<MetalBondDistance>>> - Returns:
- all desired information wrapped as object of type
S
-