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 LeontisWesthof
LeontisWesthof.fromNumber
(int number) Matches a number in range 1-12 to one of the constants.static LeontisWesthof
LeontisWesthof.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 LeontisWesthof
Returns 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 LeontisWesthof
ClassifiedBasePair.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 theleontisWesthof
attribute.ImmutableQuantifiedBasePair.Builder.leontisWesthof
(LeontisWesthof leontisWesthof) Initializes the value for theleontisWesthof
attribute.ImmutableAnalyzedBasePair.withLeontisWesthof
(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthof
attribute.ImmutableQuantifiedBasePair.withLeontisWesthof
(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthof
attribute.