Uses of Interface
pl.poznan.put.torsion.range.Range
-
Packages that use Range Package Description pl.poznan.put.protein pl.poznan.put.rna pl.poznan.put.torsion Contains classes dealing with torsion angles handling.pl.poznan.put.torsion.range -
-
Uses of Range in pl.poznan.put.protein
Methods in pl.poznan.put.protein that return Range Modifier and Type Method Description RangeAminoAcidTorsionAngle. range(Angle angle) -
Uses of Range in pl.poznan.put.rna
Classes in pl.poznan.put.rna that implement Range Modifier and Type Class Description classChiRangeA range description for chi torsion angle type as defined in Saenger's "Principles...".classPseudorotationA range of pseudorotation values with their descriptions.Methods in pl.poznan.put.rna that return Range Modifier and Type Method Description RangeNucleotideTorsionAngle. range(Angle angle)Methods in pl.poznan.put.rna with parameters of type Range Modifier and Type Method Description RangeDifferenceChiRange. compare(Range other)RangeDifferencePseudorotation. compare(Range other) -
Uses of Range in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return Range Modifier and Type Method Description RangeAverageTorsionAngleType. range(Angle angle)RangeMasterTorsionAngleType. range(Angle angle)Finds a matching range for the given angle value. -
Uses of Range in pl.poznan.put.torsion.range
Classes in pl.poznan.put.torsion.range that implement Range Modifier and Type Class Description classTorsionRangeA default torsion angle range as defined in Saenger's "Principles...".Methods in pl.poznan.put.torsion.range that return Range Modifier and Type Method Description RangeRangeProvider. fromAngle(Angle angle)Provdes aRangeinstance for given angle value.Methods in pl.poznan.put.torsion.range with parameters of type Range Modifier and Type Method Description RangeDifferenceRange. compare(Range other)Compares with another range object.RangeDifferenceTorsionRange. compare(Range other)Calculate difference between two angle ranges.
-