Uses of Interface
org.biojava.nbio.structure.io.cif.CifFileConsumer
-
Packages that use CifFileConsumer Package Description org.biojava.nbio.structure.io.cif -
-
Uses of CifFileConsumer in org.biojava.nbio.structure.io.cif
Subinterfaces of CifFileConsumer in org.biojava.nbio.structure.io.cif Modifier and Type Interface Description interface
ChemCompConsumer
Create theChemicalComponentDictionary
from CIF data.interface
CifStructureConsumer
Defines the categories to consume during CIF parsing.interface
MetalBondConsumer
Consume metal bond data.Classes in org.biojava.nbio.structure.io.cif that implement CifFileConsumer Modifier and Type Class Description class
ChemCompConsumerImpl
Consumes a CCD file to create theChemicalComponentDictionary
.class
CifStructureConsumerImpl
An implementation of a CifFileConsumer for BioJava.class
MetalBondConsumerImpl
Created by andreas on 6/9/16.
-