Package chemaxon.jep
Interface MolCondition
@PublicApi
@Deprecated(forRemoval=true)
@SubjectToRemoval(date=JUL_01_2025)
public interface MolCondition
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed soon.
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Returnstrue
if molecule should be processed,false
otherwise.void
setParameters
(String params) Deprecated, for removal: This API element is subject to removal in a future version.Sets condition parameters.
-
Method Details
-
setParameters
Deprecated, for removal: This API element is subject to removal in a future version.Sets condition parameters. The parameter string is specified in theParams
attribute of theMolCondition
XML configuration section.- Parameters:
params
- is the parameter string- Throws:
chemaxon.jep.ConditionException
-
check
Deprecated, for removal: This API element is subject to removal in a future version.Returnstrue
if molecule should be processed,false
otherwise.- Parameters:
mol
- is the molecule- Throws:
chemaxon.jep.ConditionException
-