public interface SmilesMatcherInterface
Modifier and Type | Method and Description |
---|---|
int |
areEqual(String smiles1,
String smiles2) |
BS[] |
find(String pattern,
String smiles,
boolean isSmarts,
boolean firstMatchOnly) |
int[][] |
getCorrelationMaps(String pattern,
JmolNode[] atoms,
int atomCount,
BS bsSelected,
boolean isSmarts,
boolean firstMatchOnly) |
String |
getLastException() |
String |
getMolecularFormula(String pattern,
boolean isSearch) |
String |
getRelationship(String smiles1,
String smiles2) |
String |
getSmiles(JmolNode[] atoms,
int atomCount,
BS bsSelected,
boolean asBioSmiles,
boolean allowUnmatchedRings,
boolean addCrossLinks,
String comment) |
BS |
getSubstructureSet(String pattern,
JmolNode[] atoms,
int atomCount,
BS bsSelected,
boolean isSmarts,
boolean firstMatchOnly) |
BS[] |
getSubstructureSetArray(String pattern,
JmolNode[] atoms,
int atomCount,
BS bsSelected,
BS bsAromatic,
boolean isSmarts,
boolean firstMatchOnly) |
void |
getSubstructureSets(String[] smarts,
JmolNode[] atoms,
int atomCount,
int flags,
BS bsSelected,
javajs.util.List<BS> bitSets,
javajs.util.List<BS>[] vRings) |
String |
reverseChirality(String smiles) |
String getLastException()
BS getSubstructureSet(String pattern, JmolNode[] atoms, int atomCount, BS bsSelected, boolean isSmarts, boolean firstMatchOnly)
BS[] getSubstructureSetArray(String pattern, JmolNode[] atoms, int atomCount, BS bsSelected, BS bsAromatic, boolean isSmarts, boolean firstMatchOnly)
int[][] getCorrelationMaps(String pattern, JmolNode[] atoms, int atomCount, BS bsSelected, boolean isSmarts, boolean firstMatchOnly)
String getSmiles(JmolNode[] atoms, int atomCount, BS bsSelected, boolean asBioSmiles, boolean allowUnmatchedRings, boolean addCrossLinks, String comment)