Uses of Class
pl.poznan.put.pdb.ImmutablePdbAtomLine
Packages that use ImmutablePdbAtomLine
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
-
Uses of ImmutablePdbAtomLine in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbAtomLineModifier and TypeMethodDescriptionImmutablePdbAtomLine.Builder.build()
Builds a newImmutablePdbAtomLine
.static ImmutablePdbAtomLine
ImmutablePdbAtomLine.copyOf
(PdbAtomLine instance) Creates an immutable copy of aPdbAtomLine
value.static ImmutablePdbAtomLine
ImmutablePdbAtomLine.of
(int serialNumber, String atomName, Optional<String> alternateLocation, String residueName, String chainIdentifier, int residueNumber, Optional<String> insertionCode, double x, double y, double z, double occupancy, double temperatureFactor, String elementSymbol, String charge) Construct a new immutablePdbAtomLine
instance.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withAlternateLocation
(String value) Copy the current immutable object by setting a present value for the optionalalternateLocation
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withAlternateLocation
(Optional<String> optional) Copy the current immutable object by setting an optional value for thealternateLocation
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withAtomName
(String value) Copy the current immutable object by setting a value for theatomName
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withChainIdentifier
(String value) Copy the current immutable object by setting a value for thechainIdentifier
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withCharge
(String value) Copy the current immutable object by setting a value for thecharge
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withElementSymbol
(String value) Copy the current immutable object by setting a value for theelementSymbol
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withInsertionCode
(String value) Copy the current immutable object by setting a present value for the optionalinsertionCode
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withInsertionCode
(Optional<String> optional) Copy the current immutable object by setting an optional value for theinsertionCode
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withOccupancy
(double value) Copy the current immutable object by setting a value for theoccupancy
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withResidueName
(String value) Copy the current immutable object by setting a value for theresidueName
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withResidueNumber
(int value) Copy the current immutable object by setting a value for theresidueNumber
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withSerialNumber
(int value) Copy the current immutable object by setting a value for theserialNumber
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withTemperatureFactor
(double value) Copy the current immutable object by setting a value for thetemperatureFactor
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withX
(double value) Copy the current immutable object by setting a value for thex
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withY
(double value) Copy the current immutable object by setting a value for they
attribute.final ImmutablePdbAtomLine
ImmutablePdbAtomLine.withZ
(double value) Copy the current immutable object by setting a value for thez
attribute.