| Constructor and Description | 
|---|
| PermutationGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addPermutation(List<Integer> permutation) | 
| static List<Integer> | combine(List<Integer> permutation1,
       List<Integer> permutation2) | 
| void | completeGroup()Starts with an incomplete set of group generators in `permutations` and
 expands it to include all possible combinations. | 
| boolean | equals(Object obj) | 
| String | getGroupTable() | 
| int | getOrder() | 
| static int | getOrder(List<Integer> permutation) | 
| List<Integer> | getPermutation(int index) | 
| int | hashCode() | 
| Iterator<List<Integer>> | iterator() | 
| String | toString() | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic PermutationGroup()
public void addPermutation(List<Integer> permutation)
public List<Integer> getPermutation(int index)
public int getOrder()
public void completeGroup()
public String getGroupTable()
Copyright © 2000–2019 BioJava. All rights reserved.