Uses of Class
baobab.bio.permutation.ReversalBlock

Packages that use ReversalBlock
baobab.bio.permutation   
 

Uses of ReversalBlock in baobab.bio.permutation
 

Subclasses of ReversalBlock in baobab.bio.permutation
 class SignedReversalBlock
          The SignedReversalBlock class represents an elementary block of a signed permutation, given by its start and end points, which can be used as the breakpoints of a signed reversal
 class TranspositionBlock
          The TranspositionBlock class represents an elementary block of a permutation, given by its start, middle and end points, which can be used as the breakpoints of a transposition
 

Methods in baobab.bio.permutation with parameters of type ReversalBlock
 SignedPermutation ComplexSignedPermutation.revert(ReversalBlock block)
          Reverts the specified block of the permutation
 SignedPermutation SignedPermutation.revert(ReversalBlock block)
          Reverts the specified block of the permutation
 UnsignedPermutation UnsignedPermutation.revert(ReversalBlock block)
          Reverts the specified block of the permutation