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 ImmutablePdbModresLineImmutablePdbModresLine.copyOf(PdbModresLine instance) Creates an immutable copy of aPdbModresLinevalue.static ImmutablePdbModresLineImmutablePdbModresLine.of(String idCode, String residueName, String chainIdentifier, int residueNumber, Optional<String> insertionCode, String standardResidueName, String comment) Construct a new immutablePdbModresLineinstance.final ImmutablePdbModresLineImmutablePdbModresLine.withChainIdentifier(String value) Copy the current immutable object by setting a value for thechainIdentifierattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withComment(String value) Copy the current immutable object by setting a value for thecommentattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withIdCode(String value) Copy the current immutable object by setting a value for theidCodeattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withInsertionCode(String value) Copy the current immutable object by setting a present value for the optionalinsertionCodeattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withInsertionCode(Optional<String> optional) Copy the current immutable object by setting an optional value for theinsertionCodeattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withResidueName(String value) Copy the current immutable object by setting a value for theresidueNameattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withResidueNumber(int value) Copy the current immutable object by setting a value for theresidueNumberattribute.final ImmutablePdbModresLineImmutablePdbModresLine.withStandardResidueName(String value) Copy the current immutable object by setting a value for thestandardResidueNameattribute.