Uses of Interface
pl.poznan.put.torsion.TorsionAngleType
-
Packages that use TorsionAngleType Package Description pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.protein pl.poznan.put.rna pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of TorsionAngleType in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return types with arguments of type TorsionAngleType Modifier and Type Method Description protected Set<TorsionAngleType>ImmutablePdbCompactFragment. angleTypes()protected Set<TorsionAngleType>PdbCompactFragment. angleTypes()List<TorsionAngleType>ResidueInformationProvider. torsionAngleTypes()Methods in pl.poznan.put.pdb.analysis with parameters of type TorsionAngleType Modifier and Type Method Description AngleResidueTorsionAngles. value(TorsionAngleType type)Finds the value of specific torsion angle type in this collection. -
Uses of TorsionAngleType in pl.poznan.put.protein
Methods in pl.poznan.put.protein that return types with arguments of type TorsionAngleType Modifier and Type Method Description List<TorsionAngleType>AminoAcidTorsionAngle. angleTypes()List<TorsionAngleType>AminoAcid. torsionAngleTypes() -
Uses of TorsionAngleType in pl.poznan.put.rna
Classes in pl.poznan.put.rna that implement TorsionAngleType Modifier and Type Class Description classImmutablePseudophasePuckerTypeImmutable implementation ofPseudophasePuckerType.classPseudophasePuckerTypeAn angle describing the pseudophase pucker.Methods in pl.poznan.put.rna that return TorsionAngleType Modifier and Type Method Description TorsionAngleTypeChi. angleType()Methods in pl.poznan.put.rna that return types with arguments of type TorsionAngleType Modifier and Type Method Description List<TorsionAngleType>NucleotideTorsionAngle. angleTypes()List<TorsionAngleType>Nucleotide. torsionAngleTypes()default List<TorsionAngleType>Purine. torsionAngleTypes()default List<TorsionAngleType>Pyrimidine. torsionAngleTypes() -
Uses of TorsionAngleType in pl.poznan.put.torsion
Subinterfaces of TorsionAngleType in pl.poznan.put.torsion Modifier and Type Interface Description interfaceAtomBasedTorsionAngleTypeA torsion angle which is defined upon four atomic coordinates.Classes in pl.poznan.put.torsion that implement TorsionAngleType Modifier and Type Class Description classAverageTorsionAngleTypeAn average of one or more basic angle types.classImmutableAtomBasedTorsionAngleTypeImmutable implementation ofAtomBasedTorsionAngleType.classImmutableAverageTorsionAngleTypeImmutable implementation ofAverageTorsionAngleType.Methods in pl.poznan.put.torsion that return TorsionAngleType Modifier and Type Method Description TorsionAngleTypeImmutableTorsionAngleValue. angleType()abstract TorsionAngleTypeTorsionAngleValue. angleType()Methods in pl.poznan.put.torsion that return types with arguments of type TorsionAngleType Modifier and Type Method Description List<TorsionAngleType>AverageTorsionAngleType. angleTypes()List<TorsionAngleType>MasterTorsionAngleType. angleTypes()protected Set<TorsionAngleType>AverageTorsionAngleType. consideredBasicAngleTypes()protected Set<TorsionAngleType>ImmutableAverageTorsionAngleType. consideredBasicAngleTypes()Methods in pl.poznan.put.torsion with parameters of type TorsionAngleType Modifier and Type Method Description ImmutableTorsionAngleValue.BuilderImmutableTorsionAngleValue.Builder. angleType(TorsionAngleType angleType)Initializes the value for theangleTypeattribute.ImmutableAtomBasedTorsionAngleType.BuilderImmutableAtomBasedTorsionAngleType.Builder. from(TorsionAngleType instance)Fill a builder with attribute values from the providedpl.poznan.put.torsion.TorsionAngleTypeinstance.ImmutableAverageTorsionAngleType.BuilderImmutableAverageTorsionAngleType.Builder. from(TorsionAngleType instance)Fill a builder with attribute values from the providedpl.poznan.put.torsion.TorsionAngleTypeinstance.static ImmutableTorsionAngleValueImmutableTorsionAngleValue. of(TorsionAngleType angleType, Angle value)Construct a new immutableTorsionAngleValueinstance.ImmutableTorsionAngleValueImmutableTorsionAngleValue. withAngleType(TorsionAngleType value)Copy the current immutable object by setting a value for theangleTypeattribute.
-