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 SaengerSaenger.assumeCanonical(BasePair basePair) Checks which one ofSaengerinstances matches a canonical base pair of provided sequence.static SaengerSaenger.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 SaengerSaenger.fromString(String str) Finds an enum that matches the given name or return UNKNOWN otherwise.static SaengerReturns 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 booleanSaenger.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 SaengerClassifiedBasePair.saenger()ImmutableAnalyzedBasePair.saenger()ImmutableQuantifiedBasePair.saenger()QuantifiedBasePair.saenger()Methods in pl.poznan.put.structure with parameters of type SaengerModifier and TypeMethodDescriptionInitializes the value for thesaengerattribute.Initializes the value for thesaengerattribute.ImmutableAnalyzedBasePair.withSaenger(Saenger value) Copy the current immutable object by setting a value for thesaengerattribute.ImmutableQuantifiedBasePair.withSaenger(Saenger value) Copy the current immutable object by setting a value for thesaengerattribute.