Uses of Class
pl.poznan.put.pdb.analysis.ImmutablePdbChain
Packages that use ImmutablePdbChain
Package
Description
Contains classes which work on data from PDB or mmCIF files.
-
Uses of ImmutablePdbChain in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return ImmutablePdbChainModifier and TypeMethodDescriptionImmutablePdbChain.Builder.build()
Builds a newImmutablePdbChain
.static ImmutablePdbChain
Creates an immutable copy of aPdbChain
value.static ImmutablePdbChain
ImmutablePdbChain.of
(String identifier, Iterable<? extends PdbResidue> residues) Construct a new immutablePdbChain
instance.static ImmutablePdbChain
ImmutablePdbChain.of
(String identifier, List<PdbResidue> residues) Construct a new immutablePdbChain
instance.final ImmutablePdbChain
ImmutablePdbChain.withIdentifier
(String value) Copy the current immutable object by setting a value for theidentifier
attribute.final ImmutablePdbChain
ImmutablePdbChain.withResidues
(Iterable<? extends PdbResidue> elements) Copy the current immutable object with elements that replace the content ofresidues
.final ImmutablePdbChain
ImmutablePdbChain.withResidues
(PdbResidue... elements) Copy the current immutable object with elements that replace the content ofresidues
.