Uses of Enum
pl.poznan.put.notation.BR
Packages that use BR
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 BR in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return BRModifier and TypeMethodDescriptionstatic BRBR.fromString(String candidate) Finds an enum constant that matches the given one or return a predefined UNKNOWN value.static BRReturns the enum constant of this type with the specified name.static BR[]BR.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BR in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return BRModifier and TypeMethodDescriptionAnalyzedBasePair.br()default BRClassifiedBasePair.br()ImmutableAnalyzedBasePair.br()ImmutableQuantifiedBasePair.br()QuantifiedBasePair.br()Methods in pl.poznan.put.structure with parameters of type BR