Uses of Enum
pl.poznan.put.notation.StackingTopology
Packages that use StackingTopology
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 StackingTopology in pl.poznan.put.notation
Methods in pl.poznan.put.notation that return StackingTopologyModifier and TypeMethodDescriptionstatic StackingTopology
StackingTopology.fromString
(String candidate) Finds an enum constant that matches the given one or return a predefined UNKNOWN value.StackingTopology.invert()
static StackingTopology
Returns the enum constant of this type with the specified name.static StackingTopology[]
StackingTopology.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StackingTopology in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return StackingTopologyModifier and TypeMethodDescriptionAnalyzedBasePair.stackingTopology()
default StackingTopology
ClassifiedBasePair.stackingTopology()
ImmutableAnalyzedBasePair.stackingTopology()
ImmutableQuantifiedBasePair.stackingTopology()
QuantifiedBasePair.stackingTopology()
Methods in pl.poznan.put.structure with parameters of type StackingTopologyModifier and TypeMethodDescriptionImmutableAnalyzedBasePair.Builder.stackingTopology
(StackingTopology stackingTopology) Initializes the value for thestackingTopology
attribute.ImmutableQuantifiedBasePair.Builder.stackingTopology
(StackingTopology stackingTopology) Initializes the value for thestackingTopology
attribute.ImmutableAnalyzedBasePair.withStackingTopology
(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopology
attribute.ImmutableQuantifiedBasePair.withStackingTopology
(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopology
attribute.