Uses of Class
pl.poznan.put.pdb.ImmutablePdbRemark2Line
-
Packages that use ImmutablePdbRemark2Line Package Description pl.poznan.put.pdb 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 ImmutablePdbRemark2Line Modifier and Type Method Description ImmutablePdbRemark2LineImmutablePdbRemark2Line.Builder. build()Builds a newImmutablePdbRemark2Line.static ImmutablePdbRemark2LineImmutablePdbRemark2Line. copyOf(PdbRemark2Line instance)Creates an immutable copy of aPdbRemark2Linevalue.static ImmutablePdbRemark2LineImmutablePdbRemark2Line. of(double resolution)Construct a new immutablePdbRemark2Lineinstance.ImmutablePdbRemark2LineImmutablePdbRemark2Line. withResolution(double value)Copy the current immutable object by setting a value for theresolutionattribute.
-