Uses of Enum
pl.poznan.put.notation.Saenger
Packages that use Saenger
Package
Description
A set of enums describing different notations used in structural biology.
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of Saenger in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return SaengerModifier and TypeMethodDescriptionstatic Saenger
Saenger.assumeCanonical
(BasePair basePair) Checks which one ofSaenger
instances matches a canonical base pair of provided sequence.static Saenger
Saenger.fromNumber
(int number) Matches a value in range 1-28 to an instance of this class with the same value written as a Roman numeral.static Saenger
Saenger.fromString
(String str) Finds an enum that matches the given name or return UNKNOWN otherwise.static Saenger
Returns the enum constant of this type with the specified name.static Saenger[]
Saenger.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.poznan.put.notation with parameters of type SaengerModifier and TypeMethodDescriptionstatic boolean
Saenger.isCanonical
(Saenger saenger) Checks if instance of Saenger represents a canonical base pair (XIX, XX and XXVIII). -
Uses of Saenger in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return SaengerModifier and TypeMethodDescriptionAnalyzedBasePair.saenger()
default Saenger
ClassifiedBasePair.saenger()
ImmutableAnalyzedBasePair.saenger()
ImmutableQuantifiedBasePair.saenger()
QuantifiedBasePair.saenger()
Methods in pl.poznan.put.structure with parameters of type SaengerModifier and TypeMethodDescriptionInitializes the value for thesaenger
attribute.Initializes the value for thesaenger
attribute.ImmutableAnalyzedBasePair.withSaenger
(Saenger value) Copy the current immutable object by setting a value for thesaenger
attribute.ImmutableQuantifiedBasePair.withSaenger
(Saenger value) Copy the current immutable object by setting a value for thesaenger
attribute.