| Package | Description |
|---|---|
| graph.symmetry |
Classes related to graph's symmetries and automorphisms.
|
| Modifier and Type | Method and Description |
|---|---|
PermutationGroup |
PermutationAnalyzator.isDehidralGroupGenerator(Permutation p1,
Permutation p2)
Checks if permutations form a dihedral group generator
|
PermutationGroup |
PermutationAnalyzator.isReflectionGroupGenerator(Permutation p)
Checks if a permutation is reflection group generator
|
PermutationGroup |
PermutationAnalyzator.isRotationalGroupGenerator(Permutation p)
Checks if a permutation is rotation group generator
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PermutationGroup> |
PermutationAnalyzator.findDihedralGroups()
Finds permutation's dihedral groups
|
java.util.List<PermutationGroup> |
PermutationAnalyzator.findReflectionGroups()
Finds permutation's reflection groups
|
java.util.List<PermutationGroup> |
PermutationAnalyzator.findRotationGroups()
Finds permutation's rotation groups
|