Uses of Class
pl.poznan.put.notation.LeontisWesthof
-
Packages that use LeontisWesthof 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 LeontisWesthof in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return LeontisWesthof Modifier and Type Method Description static LeontisWesthofLeontisWesthof. fromNumber(int number)Matches a number in range 1-12 to one of the constants.static LeontisWesthofLeontisWesthof. fromString(CharSequence input)Finds a constant that matches a given name in case-insensitive manner or return UNKNOWN otherwise.LeontisWesthofLeontisWesthof. invert()Inverts the base edges e.g. cHS becomes cSH.static LeontisWesthofLeontisWesthof. valueOf(String name)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 LeontisWesthof Modifier and Type Method Description LeontisWesthofAnalyzedBasePair. leontisWesthof()default LeontisWesthofClassifiedBasePair. leontisWesthof()LeontisWesthofImmutableAnalyzedBasePair. leontisWesthof()LeontisWesthofImmutableQuantifiedBasePair. leontisWesthof()LeontisWesthofQuantifiedBasePair. leontisWesthof()Methods in pl.poznan.put.structure with parameters of type LeontisWesthof Modifier and Type Method Description ImmutableAnalyzedBasePair.BuilderImmutableAnalyzedBasePair.Builder. leontisWesthof(LeontisWesthof leontisWesthof)Initializes the value for theleontisWesthofattribute.ImmutableQuantifiedBasePair.BuilderImmutableQuantifiedBasePair.Builder. leontisWesthof(LeontisWesthof leontisWesthof)Initializes the value for theleontisWesthofattribute.ImmutableAnalyzedBasePairImmutableAnalyzedBasePair. withLeontisWesthof(LeontisWesthof value)Copy the current immutable object by setting a value for theleontisWesthofattribute.ImmutableQuantifiedBasePairImmutableQuantifiedBasePair. withLeontisWesthof(LeontisWesthof value)Copy the current immutable object by setting a value for theleontisWesthofattribute.
-