Uses of Class
pl.poznan.put.pdb.ImmutablePdbRemark2Line
Packages that use ImmutablePdbRemark2Line
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
-
Uses of ImmutablePdbRemark2Line in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbRemark2LineModifier and TypeMethodDescriptionImmutablePdbRemark2Line.Builder.build()
Builds a newImmutablePdbRemark2Line
.static ImmutablePdbRemark2Line
ImmutablePdbRemark2Line.copyOf
(PdbRemark2Line instance) Creates an immutable copy of aPdbRemark2Line
value.static ImmutablePdbRemark2Line
ImmutablePdbRemark2Line.of
(double resolution) Construct a new immutablePdbRemark2Line
instance.final ImmutablePdbRemark2Line
ImmutablePdbRemark2Line.withResolution
(double value) Copy the current immutable object by setting a value for theresolution
attribute.