Uses of Class
helix.graph.util.IPermutation

Packages that use IPermutation
helix.graph.algo.c3part   
helix.graph.util   
 

Uses of IPermutation in helix.graph.algo.c3part
 

Fields in helix.graph.algo.c3part declared as IPermutation
 IPermutation C3PartOptions.colors
           
 

Uses of IPermutation in helix.graph.util
 

Methods in helix.graph.util that return IPermutation
 IPermutation IPermutation.inverse()
          returns a new IPermutation, inverse of this permutation
 IPermutation IPermutationIterator.next()
           
 IPermutation IPermutation.shift()
          same as permutation.shift(-permutation.from()) i.e.
 IPermutation IPermutation.shift(int offset)
          returns a new permutation with values shifted the specified offset.