Uses of Class
pl.poznan.put.structure.pseudoknots.dp.ImmutableDynamicProgrammingAll
Packages that use ImmutableDynamicProgrammingAll
Package
Description
A set of dynamic programming solutions to pseudoknot detection.s
-
Uses of ImmutableDynamicProgrammingAll in pl.poznan.put.structure.pseudoknots.dp
Methods in pl.poznan.put.structure.pseudoknots.dp that return ImmutableDynamicProgrammingAllModifier and TypeMethodDescriptionImmutableDynamicProgrammingAll.Builder.build()
Builds a newImmutableDynamicProgrammingAll
.ImmutableDynamicProgrammingAll.copyOf
(DynamicProgrammingAll instance) Creates an immutable copy of aDynamicProgrammingAll
value.ImmutableDynamicProgrammingAll.of()
Returns the default immutable singleton value ofDynamicProgrammingAll
ImmutableDynamicProgrammingAll.withMaxCliqueSize
(int value) Copy the current immutable object by setting a value for themaxCliqueSize
attribute.ImmutableDynamicProgrammingAll.withRegionRemover
(Optional<? extends RegionRemover> optional) Copy the current immutable object by setting an optional value for theregionRemover
attribute.ImmutableDynamicProgrammingAll.withRegionRemover
(RegionRemover value) Copy the current immutable object by setting a present value for the optionalregionRemover
attribute.