Uses of Class
pl.poznan.put.external.dssr.ImmutableNucleotide
-
Packages that use ImmutableNucleotide Package Description pl.poznan.put.external.dssr -
-
Uses of ImmutableNucleotide in pl.poznan.put.external.dssr
Methods in pl.poznan.put.external.dssr that return ImmutableNucleotide Modifier and Type Method Description ImmutableNucleotideImmutableNucleotide.Builder. build()Builds a newImmutableNucleotide.static ImmutableNucleotideImmutableNucleotide. copyOf(Nucleotide instance)Creates an immutable copy of aNucleotidevalue.ImmutableNucleotideImmutableNucleotide. withChainName(String value)Copy the current immutable object by setting a value for thechainNameattribute.ImmutableNucleotideImmutableNucleotide. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableNucleotideImmutableNucleotide. withOneLetterName(String value)Copy the current immutable object by setting a value for theoneLetterNameattribute.ImmutableNucleotideImmutableNucleotide. withResidueNumber(int value)Copy the current immutable object by setting a value for theresidueNumberattribute.
-