Interface SmilesMatcherInterface
- All Known Implementing Classes:
SmilesMatcher
public interface SmilesMatcherInterface
-
Method Summary
Modifier and TypeMethodDescriptionintcleanSmiles(String smiles) compileSearchTarget(Node[] atoms, int atomCount, BS bitSet) compileSmartsPattern(String pattern) int[][]Node[]int[][]getCorrelationMaps(Object pattern, Node[] atoms, int ac, BS bsSelected, int flags) int[][]getMapForJME(String jme, Atom[] at, BS bsAtoms) voidgetMMFF94AtomTypes(String[] smarts, Node[] atoms, int ac, BS bsSelected, Lst<BS> bitSets, Lst<BS>[] vRings) getMolecularFormula(Object pattern, boolean isSearch, boolean isEmpirical) getRelationship(String smiles1, String smiles2) getSmilesFromJME(String jmeFile) getSubstructureSet(Object pattern, Object target, int ac, BS bsSelected, int flags) BS[]getSubstructureSetArray(Object pattern, Node[] atoms, int ac, BS bsSelected, BS bsAromatic, int flags) int[]hasStructure(Object smarts, Object[] smilesSet, int flags) polyhedronToSmiles(Node center, int[][] faces, int atomCount, P3[] points, int flags, String details) reverseChirality(String smiles)
-
Method Details
-
areEqual
-
find
-
getLastException
String getLastException() -
getMolecularFormula
-
getRelationship
-
reverseChirality
-
polyhedronToSmiles
-
getSubstructureSet
-
getSubstructureSetArray
-
getCorrelationMaps
-
getMMFF94AtomTypes
-
getSmiles
-
cleanSmiles
-
getMapForJME
-
getAtoms
-
getSmilesFromJME
-
hasStructure
-
compileSmartsPattern
-
compileSearchTarget
-