public class MoleculeIsomorphismFinder extends Object
RISubgraphFinder.| Modifier and Type | Class and Description |
|---|---|
static class |
MoleculeIsomorphismFinder.AtomConditions
Predefined atom conditions for isomorphism testing.
|
static class |
MoleculeIsomorphismFinder.BondConditions
Predefined bond conditions for isomorphism testing.
|
| Modifier and Type | Method and Description |
|---|---|
static MoleculeIsomorphism |
of(MoleculeGraph pattern,
MoleculeGraph target) |
static MoleculeIsomorphism |
of(MoleculeGraph pattern,
MoleculeGraph target,
BiFunction<MoleculeAtom,MoleculeAtom,Boolean> atomCondition,
BiFunction<MoleculeBond,MoleculeBond,Boolean> bondCondition) |
public static MoleculeIsomorphism of(MoleculeGraph pattern, MoleculeGraph target)
public static MoleculeIsomorphism of(MoleculeGraph pattern, MoleculeGraph target, BiFunction<MoleculeAtom,MoleculeAtom,Boolean> atomCondition, BiFunction<MoleculeBond,MoleculeBond,Boolean> bondCondition)
Copyright © 2018. All rights reserved.