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.intgetOrder()static intgetPermutation(int index) inthashCode()iterator()toString()Methods inherited from class java.lang.Object
clone, equals, 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
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
 
 -