public interface IRuleSMARTSubstructures extends IImplementationDetails
| Modifier and Type | Method and Description |
|---|---|
void |
addSubstructure(String smarts) |
void |
addSubstructure(String title,
String smarts) |
void |
clearSubstructures() |
boolean |
containsAllSubstructures() |
void |
deleteSubstructure(String title) |
String |
getSubstructure(String title) |
void |
setContainsAllSubstructures(boolean value) |
void |
setSubstructure(String title,
String smarts) |
getImplementationDetailsvoid addSubstructure(String smarts) throws ambit2.smarts.query.SMARTSException
ambit2.smarts.query.SMARTSExceptionvoid addSubstructure(String title, String smarts) throws ambit2.smarts.query.SMARTSException
ambit2.smarts.query.SMARTSExceptionvoid setSubstructure(String title, String smarts) throws ambit2.smarts.query.SMARTSException
ambit2.smarts.query.SMARTSExceptionString getSubstructure(String title) throws ambit2.smarts.query.SMARTSException
title - ambit2.smarts.query.SMARTSExceptionvoid clearSubstructures()
void deleteSubstructure(String title)
boolean containsAllSubstructures()
void setContainsAllSubstructures(boolean value)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.