Uses of Class
pl.poznan.put.structure.ImmutableBasePair.Builder
Packages that use ImmutableBasePair.Builder
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ImmutableBasePair.Builder in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return ImmutableBasePair.BuilderModifier and TypeMethodDescriptionstatic ImmutableBasePair.Builder
ImmutableBasePair.builder()
Creates a builder forImmutableBasePair
.Fill a builder with attribute values from the providedBasePair
instance.ImmutableBasePair.Builder.left
(PdbNamedResidueIdentifier left) Initializes the value for theleft
attribute.ImmutableBasePair.Builder.right
(PdbNamedResidueIdentifier right) Initializes the value for theright
attribute.