|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MolCondition
Molecule condition interface for the exhaustive algorithm.
The implementation classes are specified in MolCondition
subsections of the MolConditions section in the
XML configuration.
| Method Summary | |
|---|---|
boolean |
check(Molecule mol)
Deprecated. Returns true if molecule should be processed,
false otherwise. |
void |
setParameters(java.lang.String params)
Deprecated. Sets condition parameters. |
| Method Detail |
|---|
void setParameters(java.lang.String params)
throws chemaxon.jep.ConditionException
Params
attribute of the MolCondition XML configuration
section.
params - is the parameter string
chemaxon.jep.ConditionException
boolean check(Molecule mol)
throws chemaxon.jep.ConditionException
true if molecule should be processed,
false otherwise.
chemaxon.reaction.synthesis.ExhaustiveAlgorithm#step()
calls this method for every molecule before processing it by reactions.
mol - is the molecule
chemaxon.jep.ConditionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||