Uses of Class
auditor.Permutation

Uses of Permutation in auditor
 

Methods in auditor that return Permutation
 Permutation Permutation.inversePerm()
          Method returns inverse permutation to the given one.
 Permutation Permutation.multiplyRight(Permutation b)
          Method returns permutation which is a multiplication of a permutation a and a permutation b.
 

Methods in auditor with parameters of type Permutation
 boolean Permutation.Compare(Permutation b)
          Method that compares two permutation arrays.
 Permutation Permutation.multiplyRight(Permutation b)
          Method returns permutation which is a multiplication of a permutation a and a permutation b.
 

Constructors in auditor with parameters of type Permutation
Permutation(Permutation p)