Class PermutationGroup
java.lang.Object
org.biojava.nbio.structure.symmetry.core.PermutationGroup
- Author:
- Peter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPermutation(List<Integer> permutation) voidStarts with an incomplete set of group generators in `permutations` and expands it to include all possible combinations.booleanintgetOrder()static intgetPermutation(int index) inthashCode()iterator()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-