Uses of Class
pl.poznan.put.pdb.analysis.ImmutableCifContainer.Builder
Packages that use ImmutableCifContainer.Builder
Package
Description
Contains classes which work on data from PDB or mmCIF files.
-
Uses of ImmutableCifContainer.Builder in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return ImmutableCifContainer.BuilderModifier and TypeMethodDescriptionImmutableCifContainer.builder()
Creates a builder forImmutableCifContainer
.Initializes the value for thecifFile
attribute.ImmutableCifContainer.Builder.fileChainMap
(Map<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entries) Sets or replaces all mappings from the specified map as entries for thefileChainMap
map.ImmutableCifContainer.Builder.from
(CifContainer instance) Fill a builder with attribute values from the providedCifContainer
instance.ImmutableCifContainer.Builder.putAllFileChainMap
(Map<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entries) Put all mappings from the specified map as entries tofileChainMap
map.ImmutableCifContainer.Builder.putFileChainMap
(File key, org.apache.commons.collections4.BidiMap<String, String> value) Put one entry to thefileChainMap
map.ImmutableCifContainer.Builder.putFileChainMap
(Map.Entry<? extends File, ? extends org.apache.commons.collections4.BidiMap<String, String>> entry) Put one entry to thefileChainMap
map.