Class PermutationGroup
java.lang.Object
org.biojava.nbio.structure.symmetry.core.PermutationGroup
- Author:
- Peter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPermutation
(List<Integer> permutation) void
Starts with an incomplete set of group generators in `permutations` and expands it to include all possible combinations.boolean
int
getOrder()
static int
getPermutation
(int index) int
hashCode()
iterator()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PermutationGroup
public PermutationGroup()
-
-
Method Details
-
addPermutation
-
getPermutation
-
getOrder
-
completeGroup
Starts with an incomplete set of group generators in `permutations` and expands it to include all possible combinations. Ways to complete group: - combinations of permutations pi x pj - combinations with itself p^k -
toString
-
combine
-
getOrder
-
getGroupTable
-
hashCode
-
iterator
-
equals
-