Uses of Class
com.sun.electric.tool.ncc.result.Permutation

Packages that use Permutation
com.sun.electric.tool.ncc.result   
 

Uses of Permutation in com.sun.electric.tool.ncc.result
 

Methods in com.sun.electric.tool.ncc.result that return Permutation
 Permutation NccResult.getExportPermutation()
          Return information saved for hierarchical interchange
 Permutation Permutation.inverse()
           
 Permutation Permutation.product(Permutation h)
           
static Permutation Permutation.product(Permutation g, Permutation h)
           
 

Methods in com.sun.electric.tool.ncc.result with parameters of type Permutation
 Permutation Permutation.product(Permutation h)
           
static Permutation Permutation.product(Permutation g, Permutation h)
           
 void NccResult.setExportPermutation(Permutation exportPermutation)
          Save information needed for hierarchical interchange
 

Constructors in com.sun.electric.tool.ncc.result with parameters of type Permutation
Permutation(Permutation p)