public class IsomorphismTester extends Object implements Serializable
Important: as it uses the MorganNumbersTools it does not take bond order into account.
Alternatively, you can use the UniversalIsomorphismTester.
MorganNumbersTools,
UniversalIsomorphismTester,
Serialized Form| Constructor and Description |
|---|
IsomorphismTester()
Constructor for the IsomorphismTester object
|
IsomorphismTester(IAtomContainer mol)
Constructor for the IsomorphismTester object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsomorphic(IAtomContainer mol2)
Checks whether a given molecule is isomorphic with the one
that has been assigned to this IsomorphismTester at construction time.
|
boolean |
isIsomorphic(IAtomContainer mol1,
IAtomContainer mol2)
Checks whether a given molecule is isomorphic with the one
that has been assigned to this IsomorphismTester at construction time.
|
public IsomorphismTester()
public IsomorphismTester(IAtomContainer mol) throws NoSuchAtomException
NoSuchAtomExceptionpublic boolean isIsomorphic(IAtomContainer mol1, IAtomContainer mol2)
mol1 - A first molecule to check against the second onemol2 - A second molecule to check against the firstpublic boolean isIsomorphic(IAtomContainer mol2)
mol2 - A molecule to checkCopyright © 2017. All rights reserved.