|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.calculations.clean.Cleaner
public class Cleaner
Class to clean MoleculeGraphs, Molecules, SelectionMolecules and Sgroups.
Constructor Summary | |
---|---|
Cleaner()
|
Method Summary | |
---|---|
static boolean |
clean(MoleculeGraph mg,
int dim,
java.lang.String opts)
Calculates atom coordinates. |
static boolean |
clean(MoleculeGraph mg,
int dim,
java.lang.String opts,
chemaxon.common.util.MProgressMonitor pmon)
Calculates atom coordinates. |
static boolean |
partialClean(MoleculeGraph mg,
int dim,
int[] fixed,
java.lang.String opts)
Calculates atom coordinates by using fixed atoms. |
static boolean |
partialClean(MoleculeGraph mg,
MoleculeGraph template,
int[] map,
java.lang.String opts)
Calculates atom coordinates by using the given template molecule. |
static boolean |
partialClean(Molecule m,
Molecule[] template,
java.lang.String opts)
Calculates atom coordinates by using the given template molecule array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cleaner()
Method Detail |
---|
public static boolean clean(MoleculeGraph mg, int dim, java.lang.String opts, chemaxon.common.util.MProgressMonitor pmon)
mg
- MoleculeGraph to clean.dim
- dimensionsopts
- cleaning optionspmon
- progress monitor or null
public static boolean clean(MoleculeGraph mg, int dim, java.lang.String opts)
mg
- MoleculeGraph to clean.dim
- dimensionsopts
- cleaning options
public static boolean partialClean(MoleculeGraph mg, MoleculeGraph template, int[] map, java.lang.String opts)
mg
- MoleculeGraph to clean.template
- template molecule (substructure of the target)map
- hit list which describes the atom mapping (the size equals to
the number of atoms in the template, contains target atom
indexes or -1 to exclude)opts
-
cleaning options
public static boolean partialClean(MoleculeGraph mg, int dim, int[] fixed, java.lang.String opts)
mg
- MoleculeGraph to clean.dim
- dimensionsfixed
- atom indexes to be fixedopts
- cleaning options
public static boolean partialClean(Molecule m, Molecule[] template, java.lang.String opts)
m
- Molecule to clean.template
- template molecule array (substructure of the target)opts
-
cleaning options
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |