|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |