Uses of Class
pl.poznan.put.structure.ImmutableQuantifiedBasePair
Packages that use ImmutableQuantifiedBasePair
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ImmutableQuantifiedBasePair in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return ImmutableQuantifiedBasePairModifier and TypeMethodDescriptionImmutableQuantifiedBasePair.Builder.build()
Builds a newImmutableQuantifiedBasePair
.static ImmutableQuantifiedBasePair
ImmutableQuantifiedBasePair.copyOf
(QuantifiedBasePair instance) Creates an immutable copy of aQuantifiedBasePair
value.static ImmutableQuantifiedBasePair
ImmutableQuantifiedBasePair.of
(BasePair basePair, double shear, double stretch, double stagger, double buckle, double propeller, double opening) Construct a new immutableQuantifiedBasePair
instance.ImmutableQuantifiedBasePair.withBasePair
(BasePair value) Copy the current immutable object by setting a value for thebasePair
attribute.Copy the current immutable object by setting a value for thebph
attribute.Copy the current immutable object by setting a value for thebr
attribute.ImmutableQuantifiedBasePair.withBuckle
(double value) Copy the current immutable object by setting a value for thebuckle
attribute.ImmutableQuantifiedBasePair.withInteractionType
(InteractionType value) Copy the current immutable object by setting a value for theinteractionType
attribute.ImmutableQuantifiedBasePair.withIsRepresented
(boolean value) Copy the current immutable object by setting a value for theisRepresented
attribute.ImmutableQuantifiedBasePair.withLeontisWesthof
(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthof
attribute.ImmutableQuantifiedBasePair.withOpening
(double value) Copy the current immutable object by setting a value for theopening
attribute.ImmutableQuantifiedBasePair.withPropeller
(double value) Copy the current immutable object by setting a value for thepropeller
attribute.ImmutableQuantifiedBasePair.withSaenger
(Saenger value) Copy the current immutable object by setting a value for thesaenger
attribute.ImmutableQuantifiedBasePair.withShear
(double value) Copy the current immutable object by setting a value for theshear
attribute.ImmutableQuantifiedBasePair.withStackingTopology
(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopology
attribute.ImmutableQuantifiedBasePair.withStagger
(double value) Copy the current immutable object by setting a value for thestagger
attribute.ImmutableQuantifiedBasePair.withStretch
(double value) Copy the current immutable object by setting a value for thestretch
attribute.