Uses of Class
pl.poznan.put.structure.formats.ImmutableDefaultDotBracket
Packages that use ImmutableDefaultDotBracket
-
Uses of ImmutableDefaultDotBracket in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return ImmutableDefaultDotBracketModifier and TypeMethodDescriptionImmutableDefaultDotBracket.Builder.build()
Builds a newImmutableDefaultDotBracket
.static ImmutableDefaultDotBracket
ImmutableDefaultDotBracket.copyOf
(DefaultDotBracket instance) Creates an immutable copy of aDefaultDotBracket
value.static ImmutableDefaultDotBracket
Construct a new immutableDefaultDotBracket
instance.ImmutableDefaultDotBracket.withSequence
(String value) Copy the current immutable object by setting a value for thesequence
attribute.ImmutableDefaultDotBracket.withStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofstrands
.ImmutableDefaultDotBracket.withStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofstrands
.ImmutableDefaultDotBracket.withStructure
(String value) Copy the current immutable object by setting a value for thestructure
attribute.