|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchemaxon.marvin.alignment.PairwiseAlignment
public class PairwiseAlignment
Align pairs of molecules (query and the target) using the shape Alignment
Constructor Summary | |
---|---|
PairwiseAlignment()
|
|
PairwiseAlignment(AlignmentProperties ap)
|
Method Summary | |
---|---|
void |
addNodeColorWeight(int t1,
int t2,
double w)
|
Molecule |
getAlignedMoleculesAsFragments()
After the similarity calculation the final orientations and conformations can be retrieved as a single molecule. |
Molecule |
getAlignedQuery()
|
Molecule |
getAlignedTarget()
|
double |
getShapeTanimoto()
|
void |
removeAllMolecules()
|
void |
setCount(int count)
|
void |
setFlexibleRingSize(int s)
|
void |
setLicenseEnvironment(java.lang.String env)
|
void |
setMinimumCommonSize(int mcs)
|
void |
setMode(AlignmentAccuracyMode mode)
|
void |
setProgressBar(AlignmentMoleculeFactory.ProgressBarInterface c)
|
void |
setProgressMonitor(chemaxon.common.util.MProgressMonitor mp)
|
void |
setQuery(AlignmentMolecule m)
|
void |
setQuery(Molecule m)
|
void |
setQueryRigidForced(boolean forced)
Set this molecule to be rigid in the input conformation even if it contains rotatable bonds |
void |
setTargetRigidForced(boolean targetRigid)
Set this molecule to be rigid in the input conformation even if it contains rotatable bonds |
double |
similarity(AlignmentMolecule am)
|
double |
similarity(Molecule m)
Calculates the 3D similarity between the previously set query and the target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PairwiseAlignment(AlignmentProperties ap)
public PairwiseAlignment()
Method Detail |
---|
public void addNodeColorWeight(int t1, int t2, double w)
addNodeColorWeight
in interface PairwiseComparison
public void removeAllMolecules()
removeAllMolecules
in interface PairwiseComparison
public void setQuery(Molecule m) throws chemaxon.marvin.alignment.AlignmentException
setQuery
in interface PairwiseComparison
chemaxon.marvin.alignment.AlignmentException
public void setQuery(AlignmentMolecule m) throws chemaxon.marvin.alignment.AlignmentException
setQuery
in interface PairwiseComparison
chemaxon.marvin.alignment.AlignmentException
public void setMode(AlignmentAccuracyMode mode)
public double similarity(Molecule m) throws chemaxon.marvin.alignment.AlignmentException
PairwiseComparison
similarity
in interface PairwiseComparison
m
- target to calculate similarity
chemaxon.marvin.alignment.AlignmentException
public double similarity(AlignmentMolecule am) throws chemaxon.marvin.alignment.AlignmentException
similarity
in interface PairwiseComparison
chemaxon.marvin.alignment.AlignmentException
public void setCount(int count)
setCount
in interface PairwiseComparison
public Molecule getAlignedMoleculesAsFragments()
PairwiseComparison
getAlignedMoleculesAsFragments
in interface PairwiseComparison
public double getShapeTanimoto() throws chemaxon.marvin.alignment.AlignmentException
getShapeTanimoto
in interface PairwiseComparison
chemaxon.marvin.alignment.AlignmentException
public void setProgressBar(AlignmentMoleculeFactory.ProgressBarInterface c)
setProgressBar
in interface PairwiseComparison
public void setProgressMonitor(chemaxon.common.util.MProgressMonitor mp)
public Molecule getAlignedTarget()
getAlignedTarget
in interface PairwiseComparison
public Molecule getAlignedQuery()
getAlignedQuery
in interface PairwiseComparison
public void setQueryRigidForced(boolean forced)
PairwiseComparison
setQueryRigidForced
in interface PairwiseComparison
forced
- if true than rigid.public void setTargetRigidForced(boolean targetRigid)
PairwiseComparison
setTargetRigidForced
in interface PairwiseComparison
targetRigid
- if true than rigid.public void setMinimumCommonSize(int mcs)
public void setFlexibleRingSize(int s)
public void setLicenseEnvironment(java.lang.String env)
setLicenseEnvironment
in interface PairwiseComparison
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |