Uses of Class
pl.poznan.put.external.dssr.ImmutableNucleotide.Builder
Packages that use ImmutableNucleotide.Builder
-
Uses of ImmutableNucleotide.Builder in pl.poznan.put.external.dssr
Methods in pl.poznan.put.external.dssr that return ImmutableNucleotide.BuilderModifier and TypeMethodDescriptionstatic ImmutableNucleotide.Builder
ImmutableNucleotide.builder()
Creates a builder forImmutableNucleotide
.Initializes the value for thechainName
attribute.ImmutableNucleotide.Builder.from
(Nucleotide instance) Fill a builder with attribute values from the providedNucleotide
instance.Initializes the value for theid
attribute.ImmutableNucleotide.Builder.oneLetterName
(String oneLetterName) Initializes the value for theoneLetterName
attribute.ImmutableNucleotide.Builder.residueNumber
(int residueNumber) Initializes the value for theresidueNumber
attribute.