static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
static SubstructureSuperimposition |
FragmentSubstructureSuperimposer.calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
static SubstructureSuperimposition |
FragmentSubstructureSuperimposer.calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
BiFunction<MoleculeAtom,MoleculeAtom,Boolean> atomCondition,
BiFunction<MoleculeBond,MoleculeBond,Boolean> bondCondition) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
SubstructureSuperimposer.calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme) |
protected SubstructureSuperimposition |
SubstructureSuperimposer.calculateSuperimposition()
Finds the superimposition for a list of LeafSubstructure according to their input order
|