Uses of Interface
pl.poznan.put.interfaces.DisplayableExportable
-
Packages that use DisplayableExportable Package Description pl.poznan.put.protein pl.poznan.put.rna pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of DisplayableExportable in pl.poznan.put.protein
Classes in pl.poznan.put.protein that implement DisplayableExportable Modifier and Type Class Description classAminoAcidTorsionAngleA torsion angle defined for proteins. -
Uses of DisplayableExportable in pl.poznan.put.rna
Classes in pl.poznan.put.rna that implement DisplayableExportable Modifier and Type Class Description classImmutablePseudophasePuckerTypeImmutable implementation ofPseudophasePuckerType.classNucleotideTorsionAngleA torsion angle defined in a nucleotide.classPseudophasePuckerTypeAn angle describing the pseudophase pucker. -
Uses of DisplayableExportable in pl.poznan.put.torsion
Subinterfaces of DisplayableExportable in pl.poznan.put.torsion Modifier and Type Interface Description interfaceAtomBasedTorsionAngleTypeA torsion angle which is defined upon four atomic coordinates.interfaceMasterTorsionAngleTypeThe main torsion angle type, which may consist of one or more basic angle types.interfaceTorsionAngleTypeA torsion angle.Classes in pl.poznan.put.torsion that implement DisplayableExportable Modifier and Type Class Description classAverageTorsionAngleTypeAn average of one or more basic angle types.classImmutableAtomBasedTorsionAngleTypeImmutable implementation ofAtomBasedTorsionAngleType.classImmutableAverageTorsionAngleTypeImmutable implementation ofAverageTorsionAngleType.classImmutableTorsionAngleDeltaImmutable implementation ofTorsionAngleDelta.classImmutableTorsionAngleValueImmutable implementation ofTorsionAngleValue.classTorsionAngleDeltaA result of subtracting of two torsion angles.classTorsionAngleValueA torsion angle with its value calculated.Methods in pl.poznan.put.torsion with parameters of type DisplayableExportable Modifier and Type Method Description ImmutableAtomBasedTorsionAngleType.BuilderImmutableAtomBasedTorsionAngleType.Builder. from(DisplayableExportable instance)Fill a builder with attribute values from the providedpl.poznan.put.interfaces.DisplayableExportableinstance.
-