Uses of Enum
org.rcsb.strucmotif.domain.motif.DistanceType
Packages that use DistanceType
-
Uses of DistanceType in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return DistanceTypeModifier and TypeMethodDescriptionResiduePairDescriptor.getBackboneDistance()Binned backbone distance for this pair.ResiduePairDescriptor.getSideChainDistance()Binned side-chain distance for this pair.static DistanceTypeDistanceType.ofDistance(float distance) Convert distance in Angstrom to enum value.static DistanceTypeDistanceType.ofIntRepresentation(int ordinal) Convert the ordinal to enum value.static DistanceTypeReturns the enum constant of this type with the specified name.static DistanceType[]DistanceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.rcsb.strucmotif.domain.motif with parameters of type DistanceTypeModifierConstructorDescriptionResiduePairDescriptor(ResidueType residueType1, ResidueType residueType2, DistanceType backboneDistance, DistanceType sideChainDistance, AngleType angle) Construct a residue pair descriptor capturing all properties of this pair.