Package pl.poznan.put.atom
Interface BondLength
- All Known Implementing Classes:
ImmutableBondLength
@Immutable
public interface BondLength
An atomic bond length.
-
Method Summary
-
Method Details
-
min
@Parameter(order=1) double min()- Returns:
- The minimum length.
-
max
@Parameter(order=2) double max()- Returns:
- The maximum length.
-
avg
@Parameter(order=3) double avg()- Returns:
- The average length.
-