public class MCSThread extends java.lang.Object implements java.util.concurrent.Callable<MCSSolution>
Modifier and Type | Field and Description |
---|---|
protected boolean |
atomMatcher |
protected boolean |
bondMatcher |
protected org.openscience.cdk.interfaces.IAtomContainer |
compound1 |
protected org.openscience.cdk.interfaces.IAtomContainer |
compound2 |
protected int |
queryPosition |
protected boolean |
ringMatcher |
protected int |
targetPosition |
protected IMappingAlgorithm |
theory |
Modifier and Type | Method and Description |
---|---|
MCSSolution |
call() |
protected final org.openscience.cdk.interfaces.IAtomContainer compound1
protected final org.openscience.cdk.interfaces.IAtomContainer compound2
protected final int queryPosition
protected final int targetPosition
protected final boolean bondMatcher
protected final boolean ringMatcher
protected final IMappingAlgorithm theory
protected final boolean atomMatcher
public MCSSolution call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<MCSSolution>
java.lang.Exception