Uses of Interface
pl.poznan.put.structure.pseudoknots.elimination.RegionRemover
Packages that use RegionRemover
Package
Description
A set of dynamic programming solutions to pseudoknot detection.s
-
Uses of RegionRemover in pl.poznan.put.structure.pseudoknots.dp
Methods in pl.poznan.put.structure.pseudoknots.dp that return types with arguments of type RegionRemoverModifier and TypeMethodDescriptionprotected abstract Optional<RegionRemover>DynamicProgrammingAll.regionRemover()protected Optional<RegionRemover>ImmutableDynamicProgrammingAll.regionRemover()Methods in pl.poznan.put.structure.pseudoknots.dp with parameters of type RegionRemoverModifier and TypeMethodDescriptionImmutableDynamicProgrammingAll.Builder.regionRemover(RegionRemover regionRemover) Initializes the optional valueregionRemoverto regionRemover.ImmutableDynamicProgrammingAll.withRegionRemover(RegionRemover value) Copy the current immutable object by setting a present value for the optionalregionRemoverattribute.Method parameters in pl.poznan.put.structure.pseudoknots.dp with type arguments of type RegionRemoverModifier and TypeMethodDescriptionImmutableDynamicProgrammingAll.Builder.regionRemover(Optional<? extends RegionRemover> regionRemover) Initializes the optional valueregionRemoverto regionRemover.ImmutableDynamicProgrammingAll.withRegionRemover(Optional<? extends RegionRemover> optional) Copy the current immutable object by setting an optional value for theregionRemoverattribute. -
Uses of RegionRemover in pl.poznan.put.structure.pseudoknots.elimination
Classes in pl.poznan.put.structure.pseudoknots.elimination that implement RegionRemoverModifier and TypeClassDescriptionclassJava implementation of region removal algorithm as presented in: Smit, S. et al., 2008.final classImmutable implementation ofMaxConflicts.final classImmutable implementation ofMinGain.classJava implementation of Elimination Conflicts algorithm as presented in: Smit, S. et al., 2008.classJava implementation of Elimination Gain algorithm as presented in: Smit, S. et al., 2008.