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.int
getOrder()
static int
getPermutation
(int index) int
hashCode()
iterator()
toString()
Methods inherited from class java.lang.Object
clone, equals, 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
public int getOrder() -
completeGroup
public void 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
public int hashCode() -
iterator
-