Uses of Class
pl.poznan.put.notation.BR
-
Packages that use BR 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 BR in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return BR Modifier and Type Method Description static BRBR. fromString(String candidate)Finds an enum constant that matches the given one or return a predefined UNKNOWN value.static BRBR. valueOf(String name)Returns 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 BR Modifier and Type Method Description BRAnalyzedBasePair. br()default BRClassifiedBasePair. br()BRImmutableAnalyzedBasePair. br()BRImmutableQuantifiedBasePair. br()BRQuantifiedBasePair. br()Methods in pl.poznan.put.structure with parameters of type BR Modifier and Type Method Description ImmutableAnalyzedBasePair.BuilderImmutableAnalyzedBasePair.Builder. br(BR br)Initializes the value for thebrattribute.ImmutableQuantifiedBasePair.BuilderImmutableQuantifiedBasePair.Builder. br(BR br)Initializes the value for thebrattribute.ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. withBr(BR value)Copy the current immutable object by setting a value for thebrattribute.ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. withBr(BR value)Copy the current immutable object by setting a value for thebrattribute.
-