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 ImmutablePdbChainCreates an immutable copy of aPdbChainvalue.static ImmutablePdbChainImmutablePdbChain.of(String identifier, Iterable<? extends PdbResidue> residues) Construct a new immutablePdbChaininstance.static ImmutablePdbChainImmutablePdbChain.of(String identifier, List<PdbResidue> residues) Construct a new immutablePdbChaininstance.final ImmutablePdbChainImmutablePdbChain.withIdentifier(String value) Copy the current immutable object by setting a value for theidentifierattribute.final ImmutablePdbChainImmutablePdbChain.withResidues(Iterable<? extends PdbResidue> elements) Copy the current immutable object with elements that replace the content ofresidues.final ImmutablePdbChainImmutablePdbChain.withResidues(PdbResidue... elements) Copy the current immutable object with elements that replace the content ofresidues.