Uses of Class
pl.poznan.put.structure.ImmutableAnalyzedBasePair
Packages that use ImmutableAnalyzedBasePair
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ImmutableAnalyzedBasePair in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return ImmutableAnalyzedBasePairModifier and TypeMethodDescriptionImmutableAnalyzedBasePair.Builder.build()
Builds a newImmutableAnalyzedBasePair
.static ImmutableAnalyzedBasePair
ImmutableAnalyzedBasePair.copyOf
(AnalyzedBasePair instance) Creates an immutable copy of aAnalyzedBasePair
value.static ImmutableAnalyzedBasePair
Construct a new immutableAnalyzedBasePair
instance.ImmutableAnalyzedBasePair.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.ImmutableAnalyzedBasePair.withInteractionType
(InteractionType value) Copy the current immutable object by setting a value for theinteractionType
attribute.ImmutableAnalyzedBasePair.withIsRepresented
(boolean value) Copy the current immutable object by setting a value for theisRepresented
attribute.ImmutableAnalyzedBasePair.withLeontisWesthof
(LeontisWesthof value) Copy the current immutable object by setting a value for theleontisWesthof
attribute.ImmutableAnalyzedBasePair.withSaenger
(Saenger value) Copy the current immutable object by setting a value for thesaenger
attribute.ImmutableAnalyzedBasePair.withStackingTopology
(StackingTopology value) Copy the current immutable object by setting a value for thestackingTopology
attribute.