Package pl.poznan.put.torsion
Interface MasterTorsionAngleType
-
- All Superinterfaces:
DisplayableExportable
- All Known Implementing Classes:
AminoAcidTorsionAngle,AverageTorsionAngleType,ImmutableAverageTorsionAngleType,NucleotideTorsionAngle
public interface MasterTorsionAngleType extends DisplayableExportable
The main torsion angle type, which may consist of one or more basic angle types. For example,NucleotideTorsionAngle.CHIis a master torsion angle type consisting ofChi.PURINEamdChi.PYRIMIDINE.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TorsionAngleType>angleTypes()Rangerange(Angle angle)Finds a matching range for the given angle value.-
Methods inherited from interface pl.poznan.put.interfaces.DisplayableExportable
exportName, longDisplayName, shortDisplayName
-
-
-
-
Method Detail
-
angleTypes
List<TorsionAngleType> angleTypes()
- Returns:
- The list of basic angle types this type consists of.
-
-