Package pl.poznan.put.torsion.range
Interface RangeProvider
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RangeProvider
A provider of torsion angle ranges (different ranges are used for chi angle and for pseudophase pucker).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangefromAngle(Angle angle)Provdes aRangeinstance for given angle value.
-