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
MolFormatException
Molecule createMolecule() throws MolFormatException
MolFormatException
String getStructure() throws IOException
IOException
String getFormat()
String getId()
void setId(String id)
id
-