public static interface Fit3DBuilder.SiteConfigurationStep
| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.AtomStep |
exhaustive()
Guarantees to find the ideal alignment of the input sites.
|
Fit3DBuilder.AtomStep |
ignoreSpecifiedExchanges()
Ignores the specified exchanges of the input sites and allows alignment of any type against any type using a
heuristic that does not necessarily yield the best alignment possible.
|
Fit3DBuilder.AtomStep |
kuhnMunkres(SubstitutionMatrix substitutionMatrix,
boolean restrictToExchanges)
Assigns the alignment using Kuhn-Munkres optimization and scoring derived from the specified substitution matrix.
|
Fit3DBuilder.AtomStep |
restrictToSpecifiedExchanges()
Restricts the site alignment to the specified exchanges of the input sites.
|
Fit3DBuilder.AtomStep restrictToSpecifiedExchanges()
Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Fit3DBuilder.AtomStep ignoreSpecifiedExchanges()
Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Fit3DBuilder.AtomStep exhaustive()
Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Fit3DBuilder.AtomStep kuhnMunkres(SubstitutionMatrix substitutionMatrix, boolean restrictToExchanges)
substitutionMatrix - The SubstitutionMatrix to be used for calculation of the assignment.restrictToExchanges - If set true specified exchanges of the input sites are considered.Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Copyright © 2018. All rights reserved.