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