Uses of Class
baobab.bio.permutation.counter.PermutationCounter

Packages that use PermutationCounter
baobab.bio.permutation.counter   
 

Uses of PermutationCounter in baobab.bio.permutation.counter
 

Methods in baobab.bio.permutation.counter that return PermutationCounter
 PermutationCounter PermutationCounterCoder.decode(byte[][] coded, int pos1, int len1, int pos2, int len2)
           
 

Methods in baobab.bio.permutation.counter that return types with arguments of type PermutationCounter
 java.util.Vector<PermutationCounter> PermutationCounterCoder.decode(byte[][] codedElement, int numberOfCodedPermutations)
           
 

Methods in baobab.bio.permutation.counter with parameters of type PermutationCounter
 int[] PermutationCounterCoder.code(PermutationCounter decoded, byte[][] coded, int pos1, int pos2)
           
 int PermutationCounterComparator.compare(PermutationCounter counter1, PermutationCounter counter2)
           
 void PermutationCounter.join(PermutationCounter counter)
           
 void PermutationCounter.split(PermutationCounter counter)
           
 

Method parameters in baobab.bio.permutation.counter with type arguments of type PermutationCounter
 byte[][] PermutationCounterCoder.code(java.util.Vector<PermutationCounter> rules)