Package pl.poznan.put.torsion.range
Interface Range
-
- All Known Implementing Classes:
ChiRange,Pseudorotation,TorsionRange
public interface RangeA named range of torsion angle values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Anglebegin()RangeDifferencecompare(Range other)Compares with another range object.StringdisplayName()Angleend()
-
-
-
Method Detail
-
displayName
String displayName()
- Returns:
- The name of this torsion angle range.
-
begin
Angle begin()
- Returns:
- The beginning value of the range.
-
end
Angle end()
- Returns:
- The ending value of the range.
-
compare
RangeDifference compare(Range other)
Compares with another range object.- Parameters:
other- The other range object.- Returns:
- An enumerated value showing how much does these two ranges really differ.
-
-