public class FilesystemMoleculeDataStore extends java.lang.Object implements IDataStore<org.openscience.cdk.interfaces.IAtomContainer>
Constructor and Description |
---|
FilesystemMoleculeDataStore(java.lang.String moleculePath) |
Modifier and Type | Method and Description |
---|---|
void |
store(org.openscience.cdk.interfaces.IAtomContainer molecule)
Store a reaction by writing it out somehow.
|
public FilesystemMoleculeDataStore(java.lang.String moleculePath)
moleculePath
- public void store(org.openscience.cdk.interfaces.IAtomContainer molecule)
IDataStore
store
in interface IDataStore<org.openscience.cdk.interfaces.IAtomContainer>