Uses of Interface
org.biojava.nbio.structure.io.mmcif.ChemCompProvider
-
Packages that use ChemCompProvider Package Description org.biojava.nbio.structure.io.mmcif Input and Output of mmcif files. -
-
Uses of ChemCompProvider in org.biojava.nbio.structure.io.mmcif
Classes in org.biojava.nbio.structure.io.mmcif that implement ChemCompProvider Modifier and Type Class Description class
AllChemCompProvider
A ChemComp provider that downloads and caches the components.cif file from the wwPDB site.class
DownloadChemCompProvider
This provider of chemical components can download and cache chemical component definition files from the RCSB PDB web site.class
ReducedChemCompProvider
Unlike theDownloadChemCompProvider
, thisChemCompProvider
does not download any chem comp definitions.class
ZipChemCompProvider
This chemical component provider retrieves and caches chemical component definition files from a zip archive specified in its construction.Methods in org.biojava.nbio.structure.io.mmcif that return ChemCompProvider Modifier and Type Method Description static ChemCompProvider
ChemCompGroupFactory. getChemCompProvider()
Methods in org.biojava.nbio.structure.io.mmcif with parameters of type ChemCompProvider Modifier and Type Method Description static void
ChemCompGroupFactory. setChemCompProvider(ChemCompProvider provider)
The new ChemCompProvider will be set in the static variable, so this provider will be used from now on until it is changed again.
-