chemaxon.jep
Interface MolCondition


Deprecated. Will be removed soon.

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.

Since:
JChem 3.0, Marvin 5.1
Author:
Nora Mate

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

setParameters

void setParameters(java.lang.String params)
                   throws chemaxon.jep.ConditionException
Deprecated. 
Sets condition parameters. The parameter string is specified in the Params attribute of the MolCondition XML configuration section.

Parameters:
params - is the parameter string
Throws:
chemaxon.jep.ConditionException

check

boolean check(Molecule mol)
              throws chemaxon.jep.ConditionException
Deprecated. 
Returns true if molecule should be processed, false otherwise.

Parameters:
mol - is the molecule
Throws:
chemaxon.jep.ConditionException