Package | Description |
---|---|
org.openscience.cdk.group |
Modifier and Type | Method and Description |
---|---|
PermutationGroup |
AbstractDiscretePartitionRefiner.getAutomorphismGroup()
Get the automorphism group used to prune the search.
|
PermutationGroup |
BondDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer)
Gets the automorphism group of the atom container.
|
PermutationGroup |
AtomDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer)
Gets the automorphism group of the atom container.
|
PermutationGroup |
BondDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
Partition initialPartition)
Get the automorphism group of the molecule given an initial partition.
|
PermutationGroup |
AtomDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
Partition initialPartition)
Get the automorphism group of the molecule given an initial partition.
|
PermutationGroup |
BondDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
PermutationGroup group)
Speed up the search for the automorphism group using the automorphisms in
the supplied group.
|
PermutationGroup |
AtomDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
PermutationGroup group)
Speed up the search for the automorphism group using the automorphisms in
the supplied group.
|
static PermutationGroup |
PermutationGroup.makeSymN(int size)
Make the symmetric group Sym(N) for N.
|
Modifier and Type | Method and Description |
---|---|
PermutationGroup |
BondDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
PermutationGroup group)
Speed up the search for the automorphism group using the automorphisms in
the supplied group.
|
PermutationGroup |
AtomDiscretePartitionRefiner.getAutomorphismGroup(IAtomContainer atomContainer,
PermutationGroup group)
Speed up the search for the automorphism group using the automorphisms in
the supplied group.
|
void |
AbstractDiscretePartitionRefiner.setup(PermutationGroup group,
IEquitablePartitionRefiner refiner)
Setup the group and refiner; it is important to call this method before
calling
AbstractDiscretePartitionRefiner.refine(org.openscience.cdk.group.Partition) otherwise the refinement process will fail. |
List<Permutation> |
PermutationGroup.transversal(PermutationGroup subgroup)
Generate a transversal of a subgroup in this group.
|
Copyright © 2014. All Rights Reserved.