Uses of Enum
pl.poznan.put.notation.LeontisWesthof
Packages that use LeontisWesthof
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 LeontisWesthof in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return LeontisWesthofModifier and TypeMethodDescriptionstatic LeontisWesthofLeontisWesthof.fromNumber(int number) Matches a number in range 1-12 to one of the constants.static LeontisWesthofLeontisWesthof.fromString(CharSequence input) Finds a constant that matches a given name in case-insensitive manner or return UNKNOWN otherwise.LeontisWesthof.invert()Inverts the base edges e.g. cHS becomes cSH.static LeontisWesthofReturns the enum constant of this type with the specified name.static LeontisWesthof[]LeontisWesthof.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LeontisWesthof in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return LeontisWesthofModifier and TypeMethodDescriptionAnalyzedBasePair.leontisWesthof()default LeontisWesthofClassifiedBasePair.leontisWesthof()ImmutableAnalyzedBasePair.leontisWesthof()ImmutableQuantifiedBasePair.leontisWesthof()QuantifiedBasePair.leontisWesthof()Methods in pl.poznan.put.structure with parameters of type LeontisWesthofModifier and TypeMethodDescriptionImmutableAnalyzedBasePair.Builder.leontisWesthof(LeontisWesthof leontisWesthof) Initializes the value for theleontisWesthofattribute.ImmutableQuantifiedBasePair.Builder.leontisWesthof(LeontisWesthof leontisWesthof) Initializes the value for theleontisWesthofattribute.ImmutableAnalyzedBasePair.withLeontisWesthof(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthofattribute.ImmutableQuantifiedBasePair.withLeontisWesthof(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthofattribute.