Uses of Class
pl.poznan.put.structure.formats.ImmutableMultiLineDotBracket
Packages that use ImmutableMultiLineDotBracket
-
Uses of ImmutableMultiLineDotBracket in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableMultiLineDotBracketModifier and TypeMethodDescriptionImmutableMultiLineDotBracket.Builder.build()
Builds a newImmutableMultiLineDotBracket
.static ImmutableMultiLineDotBracket
ImmutableMultiLineDotBracket.copyOf
(MultiLineDotBracket instance) Creates an immutable copy of aMultiLineDotBracket
value.static ImmutableMultiLineDotBracket
ImmutableMultiLineDotBracket.of
(String sequence, Collection<? extends ClassifiedBasePair> basePairs) Construct a new immutableMultiLineDotBracket
instance.ImmutableMultiLineDotBracket.withBasePairs
(Collection<? extends ClassifiedBasePair> value) Copy the current immutable object by setting a value for thebasePairs
attribute.ImmutableMultiLineDotBracket.withSequence
(String value) Copy the current immutable object by setting a value for thesequence
attribute.