cc.redberry.core.groups.permutations
Class InducedOrderingOfPermutations
- java.lang.Object
-
- cc.redberry.core.groups.permutations.InducedOrderingOfPermutations
-
- All Implemented Interfaces:
- java.util.Comparator<Permutation>
public class InducedOrderingOfPermutations extends java.lang.Object implements java.util.Comparator<Permutation>
An ordering of permutations induced by an ordering on Ω(n) (seeInducedOrdering).- Since:
- 1.1.6
- See Also:
InducedOrdering
-
-
Constructor Summary
Constructors Constructor and Description InducedOrderingOfPermutations(int[] base)Creates ordering of permutations induced by ordering on Ω(n) induced by a base of permutation group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intcompare(Permutation a, Permutation b)InducedOrderinggetInducedOrdering()Returns an ordering on Ω(n)
-
-
-
Constructor Detail
-
InducedOrderingOfPermutations
public InducedOrderingOfPermutations(int[] base)
Creates ordering of permutations induced by ordering on Ω(n) induced by a base of permutation group.- Parameters:
base- base of permutation group
-
-
Method Detail
-
getInducedOrdering
public InducedOrdering getInducedOrdering()
Returns an ordering on Ω(n)- Returns:
- ordering on Ω(n)
-
compare
public int compare(Permutation a, Permutation b)
- Specified by:
comparein interfacejava.util.Comparator<Permutation>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG