All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate) |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
calculateIdealSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateKuhnMunkresSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
SubstitutionMatrix substitutionMatrix,
boolean considerExchanges) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(LeafSubstructureContainer reference,
LeafSubstructureContainer candidate,
RepresentationScheme representationScheme) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
Predicate<Atom> atomFilter) |
static SubstructureSuperimposition |
calculateSubstructureSuperimposition(List<LeafSubstructure<?>> reference,
List<LeafSubstructure<?>> candidate,
RepresentationScheme representationScheme) |
protected SubstructureSuperimposition |
calculateSuperimposition()
Finds the superimposition for a list of LeafSubstructure according to their input order
|
protected de.bioforscher.singa.core.utility.Pair<List<Atom>> |
defineAtoms()
Method to define the intersecting Atoms that should be used for the alignment.
|