@Deprecated public interface MolCondition
MolCondition
subsections of the MolConditions
section in the
XML configuration.Modifier and Type | Method and Description |
---|---|
boolean |
check(Molecule mol)
Deprecated.
Returns
true if molecule should be processed,
false otherwise. |
void |
setParameters(String params)
Deprecated.
Sets condition parameters.
|
void setParameters(String params) throws chemaxon.jep.ConditionException
Params
attribute of the MolCondition
XML configuration
section.params
- is the parameter stringchemaxon.jep.ConditionException
boolean check(Molecule mol) throws chemaxon.jep.ConditionException
true
if molecule should be processed,
false
otherwise.mol
- is the moleculechemaxon.jep.ConditionException