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()
Starts with an incomplete set of group generators in `permutations` and
expands it to include all possible combinations.
|
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–2016 BioJava. All rights reserved.