public class MoleculeIsomorphism extends Object
| Constructor and Description |
|---|
MoleculeIsomorphism(RISubgraphFinder<MoleculeAtom,MoleculeBond,Vector2D,Integer,MoleculeGraph> finder) |
| Modifier and Type | Method and Description |
|---|---|
List<de.bioforscher.singa.core.utility.Pair<MoleculeAtom>> |
getAtomPairs(MoleculeGraph fullMatch) |
List<MoleculeGraph> |
getFullMatches() |
void |
reduceMatches()
This method reduces the found matches to matches were different atoms were hit, i.e.
|
public MoleculeIsomorphism(RISubgraphFinder<MoleculeAtom,MoleculeBond,Vector2D,Integer,MoleculeGraph> finder)
public List<MoleculeGraph> getFullMatches()
public List<de.bioforscher.singa.core.utility.Pair<MoleculeAtom>> getAtomPairs(MoleculeGraph fullMatch)
public void reduceMatches()
Copyright © 2018. All rights reserved.