Uses of Class
pl.poznan.put.atom.ImmutableBondLength.Builder
Packages that use ImmutableBondLength.Builder
Package
Description
Collection of utility classes to work with atom types, names and atomic bonds.
-
Uses of ImmutableBondLength.Builder in pl.poznan.put.atom
Methods in pl.poznan.put.atom that return ImmutableBondLength.BuilderModifier and TypeMethodDescriptionImmutableBondLength.Builder.avg
(double avg) Initializes the value for theavg
attribute.static ImmutableBondLength.Builder
ImmutableBondLength.builder()
Creates a builder forImmutableBondLength
.ImmutableBondLength.Builder.from
(BondLength instance) Fill a builder with attribute values from the providedBondLength
instance.ImmutableBondLength.Builder.max
(double max) Initializes the value for themax
attribute.ImmutableBondLength.Builder.min
(double min) Initializes the value for themin
attribute.