Uses of Class
baobab.bio.permutation.UnsignedPermutation

Packages that use UnsignedPermutation
baobab.bio.permutation   
 

Uses of UnsignedPermutation in baobab.bio.permutation
 

Methods in baobab.bio.permutation that return UnsignedPermutation
 UnsignedPermutation UnsignedPermutation.revert(int start, int end)
          Reverts the permutation between the specified positions
 UnsignedPermutation UnsignedPermutation.revert(Point start, Point end)
          Reverts the permutation between the specified points
 UnsignedPermutation UnsignedPermutation.revert(ReversalBlock block)
          Reverts the specified block of the permutation
 UnsignedPermutation UnsignedPermutation.revertToNewPermutation(Point start, Point end)
          Make a new permutation, by reverting the permutation between the specified positions
 UnsignedPermutation UnsignedPermutation.transposeToNewPermutation(int start, int middle, int end)
          Make a new permutation, by transposing the permutation between the specified positions
 UnsignedPermutation UnsignedPermutation.transposeToNewPermutation(Point start, Point middle, Point end)
          Make a new permutation, by transposing the permutation between the specified positions
 

Methods in baobab.bio.permutation with parameters of type UnsignedPermutation
 boolean UnsignedPermutation.equals(UnsignedPermutation perm)