Uses of Class
pl.poznan.put.pdb.ImmutablePdbModresLine
Packages that use ImmutablePdbModresLine
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
-
Uses of ImmutablePdbModresLine in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbModresLineModifier and TypeMethodDescriptionImmutablePdbModresLine.Builder.build()
Builds a newImmutablePdbModresLine
.static ImmutablePdbModresLine
ImmutablePdbModresLine.copyOf
(PdbModresLine instance) Creates an immutable copy of aPdbModresLine
value.static ImmutablePdbModresLine
ImmutablePdbModresLine.of
(String idCode, String residueName, String chainIdentifier, int residueNumber, Optional<String> insertionCode, String standardResidueName, String comment) Construct a new immutablePdbModresLine
instance.final ImmutablePdbModresLine
ImmutablePdbModresLine.withChainIdentifier
(String value) Copy the current immutable object by setting a value for thechainIdentifier
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withComment
(String value) Copy the current immutable object by setting a value for thecomment
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withIdCode
(String value) Copy the current immutable object by setting a value for theidCode
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withInsertionCode
(String value) Copy the current immutable object by setting a present value for the optionalinsertionCode
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withInsertionCode
(Optional<String> optional) Copy the current immutable object by setting an optional value for theinsertionCode
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withResidueName
(String value) Copy the current immutable object by setting a value for theresidueName
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withResidueNumber
(int value) Copy the current immutable object by setting a value for theresidueNumber
attribute.final ImmutablePdbModresLine
ImmutablePdbModresLine.withStandardResidueName
(String value) Copy the current immutable object by setting a value for thestandardResidueName
attribute.