Uses of Class
pl.poznan.put.notation.BPh
-
Packages that use BPh Package Description pl.poznan.put.notation A set of enums describing different notations used in structural biology.pl.poznan.put.structure 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 BPh Modifier and Type Method Description static BPhBPh. fromString(String candidate)Finds an enum constant that matches the given one or return a predefined UNKNOWN value.static BPhBPh. valueOf(String name)Returns 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 BPh Modifier and Type Method Description BPhAnalyzedBasePair. bph()default BPhClassifiedBasePair. bph()BPhImmutableAnalyzedBasePair. bph()BPhImmutableQuantifiedBasePair. bph()BPhQuantifiedBasePair. bph()Methods in pl.poznan.put.structure with parameters of type BPh Modifier and Type Method Description ImmutableAnalyzedBasePair.BuilderImmutableAnalyzedBasePair.Builder. bph(BPh bph)Initializes the value for thebphattribute.ImmutableQuantifiedBasePair.BuilderImmutableQuantifiedBasePair.Builder. bph(BPh bph)Initializes the value for thebphattribute.ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. withBph(BPh value)Copy the current immutable object by setting a value for thebphattribute.ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. withBph(BPh value)Copy the current immutable object by setting a value for thebphattribute.
-