Uses of Class
pl.poznan.put.pdb.ImmutablePdbModresLine.Builder
Packages that use ImmutablePdbModresLine.Builder
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
-
Uses of ImmutablePdbModresLine.Builder in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbModresLine.BuilderModifier and TypeMethodDescriptionImmutablePdbModresLine.builder()
Creates a builder forImmutablePdbModresLine
.ImmutablePdbModresLine.Builder.chainIdentifier
(String chainIdentifier) Initializes the value for thechainIdentifier
attribute.Initializes the value for thecomment
attribute.ImmutablePdbModresLine.Builder.from
(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICode
instance.ImmutablePdbModresLine.Builder.from
(PdbModresLine instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.PdbModresLine
instance.Initializes the value for theidCode
attribute.ImmutablePdbModresLine.Builder.insertionCode
(String insertionCode) Initializes the optional valueinsertionCode
to insertionCode.ImmutablePdbModresLine.Builder.insertionCode
(Optional<String> insertionCode) Initializes the optional valueinsertionCode
to insertionCode.ImmutablePdbModresLine.Builder.residueName
(String residueName) Initializes the value for theresidueName
attribute.ImmutablePdbModresLine.Builder.residueNumber
(int residueNumber) Initializes the value for theresidueNumber
attribute.ImmutablePdbModresLine.Builder.standardResidueName
(String standardResidueName) Initializes the value for thestandardResidueName
attribute.