public class AtomCondition extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
errors |
String[] |
smarts |
org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer[] |
smartsQueries |
SmartsFlags[] |
smartsQueryFlags |
Constructor and Description |
---|
AtomCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkConditionForAtom(org.openscience.cdk.interfaces.IAtomContainer mol,
int targetAtNum) |
boolean |
checkConditionForAtom(org.openscience.cdk.interfaces.IAtomContainer mol,
int targetAtNum,
IsomorphismTester isoTester) |
void |
makeSmartsQueries() |
void |
makeSmartsQueries(SmartsParser sp) |
public String[] smarts
public org.openscience.cdk.isomorphism.matchers.IQueryAtomContainer[] smartsQueries
public SmartsFlags[] smartsQueryFlags
public void makeSmartsQueries()
public void makeSmartsQueries(SmartsParser sp)
public boolean checkConditionForAtom(org.openscience.cdk.interfaces.IAtomContainer mol, int targetAtNum) throws Exception
Exception
public boolean checkConditionForAtom(org.openscience.cdk.interfaces.IAtomContainer mol, int targetAtNum, IsomorphismTester isoTester) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.