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 ImmutableDotBracketSymbolImmutableDotBracketSymbol.copyOf(DotBracketSymbol instance) Creates an immutable copy of aDotBracketSymbolvalue.static ImmutableDotBracketSymbolImmutableDotBracketSymbol.of(char sequence, char structure, int index) Construct a new immutableDotBracketSymbolinstance.ImmutableDotBracketSymbol.withIndex(int value) Copy the current immutable object by setting a value for theindexattribute.ImmutableDotBracketSymbol.withSequence(char value) Copy the current immutable object by setting a value for thesequenceattribute.ImmutableDotBracketSymbol.withStructure(char value) Copy the current immutable object by setting a value for thestructureattribute.