Uses of Class
pl.poznan.put.structure.ImmutableDotBracketSymbol
Packages that use ImmutableDotBracketSymbol
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of ImmutableDotBracketSymbol in pl.poznan.put.structure
Methods in pl.poznan.put.structure that return ImmutableDotBracketSymbolModifier and TypeMethodDescriptionImmutableDotBracketSymbol.Builder.build()
Builds a newImmutableDotBracketSymbol
.static ImmutableDotBracketSymbol
ImmutableDotBracketSymbol.copyOf
(DotBracketSymbol instance) Creates an immutable copy of aDotBracketSymbol
value.static ImmutableDotBracketSymbol
ImmutableDotBracketSymbol.of
(char sequence, char structure, int index) Construct a new immutableDotBracketSymbol
instance.ImmutableDotBracketSymbol.withIndex
(int value) Copy the current immutable object by setting a value for theindex
attribute.ImmutableDotBracketSymbol.withSequence
(char value) Copy the current immutable object by setting a value for thesequence
attribute.ImmutableDotBracketSymbol.withStructure
(char value) Copy the current immutable object by setting a value for thestructure
attribute.