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