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 StackingTopologyStackingTopology.fromString(String candidate) Finds an enum constant that matches the given one or return a predefined UNKNOWN value.StackingTopology.invert()static StackingTopologyReturns 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 StackingTopologyClassifiedBasePair.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 thestackingTopologyattribute.ImmutableQuantifiedBasePair.Builder.stackingTopology(StackingTopology stackingTopology) Initializes the value for thestackingTopologyattribute.ImmutableAnalyzedBasePair.withStackingTopology(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopologyattribute.ImmutableQuantifiedBasePair.withStackingTopology(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopologyattribute.