Uses of Class
pl.poznan.put.pdb.analysis.ImmutablePdbChain
-
Packages that use ImmutablePdbChain Package Description pl.poznan.put.pdb.analysis 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 ImmutablePdbChain Modifier and Type Method Description ImmutablePdbChainImmutablePdbChain.Builder. build()Builds a newImmutablePdbChain.static ImmutablePdbChainImmutablePdbChain. copyOf(PdbChain instance)Creates 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.ImmutablePdbChainImmutablePdbChain. withIdentifier(String value)Copy the current immutable object by setting a value for theidentifierattribute.ImmutablePdbChainImmutablePdbChain. withResidues(Iterable<? extends PdbResidue> elements)Copy the current immutable object with elements that replace the content ofresidues.ImmutablePdbChainImmutablePdbChain. withResidues(PdbResidue... elements)Copy the current immutable object with elements that replace the content ofresidues.
-