public class PermutationGroup extends Object
| 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()
Ways to complete group:
- combinations of permutations pi x pj
- combinations with itself p^k
|
String |
getGroupTable() |
int |
getOrder() |
static int |
getOrder(List<Integer> permutation) |
List<Integer> |
getPermutation(int index) |
int |
hashCode() |
String |
toString() |
public int getOrder()
public void completeGroup()
public String getGroupTable()
Copyright © 2000-2015 BioJava. All Rights Reserved.