public class SMARTSGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.openscience.cdk.interfaces.IAtomContainerSet[] |
examples |
protected String |
name |
protected String |
smarts |
| Constructor and Description |
|---|
SMARTSGroup() |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.interfaces.IAtomContainerSet |
getExamples(boolean value) |
String |
getName() |
String |
getSmarts() |
void |
setExamples(boolean result,
org.openscience.cdk.interfaces.IAtomContainerSet examples) |
void |
setName(String name) |
void |
setSmarts(String smarts) |
protected String name
protected String smarts
protected org.openscience.cdk.interfaces.IAtomContainerSet[] examples
public org.openscience.cdk.interfaces.IAtomContainerSet getExamples(boolean value)
public void setExamples(boolean result,
org.openscience.cdk.interfaces.IAtomContainerSet examples)
public String getName()
public void setName(String name)
public String getSmarts()
public void setSmarts(String smarts)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.