public interface IMoleculeData
| Modifier and Type | Method and Description |
|---|---|
Molecule |
createMolecule() |
String |
getFormat()
Returns the format of the molecule
|
String |
getId()
Returns the id of the molecule
|
Molecule |
getMolecule()
Returns the molecule content
|
String |
getStructure()
Returns the structure of the molecule
|
void |
setId(String id)
Sets the id of the molecule
|
Molecule getMolecule() throws MolFormatException
MolFormatExceptionMolecule createMolecule() throws MolFormatException
MolFormatExceptionString getStructure() throws IOException
IOExceptionString getFormat()
String getId()
void setId(String id)
id -