JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
uk.ac.ebi.reactionblast.interfaces
Interface IDataStore<T>
Type Parameters:
T
-
All Known Implementing Classes:
FilesystemMoleculeDataStore
,
FilesystemReactionDataStore
public interface
IDataStore<T>
A store to put data into, for example a filesystem or database.
Author:
maclean
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
store
(
T
obj)
Store a reaction by writing it out somehow.
Method Detail
store
void store(
T
obj)
Store a reaction by writing it out somehow.
Parameters:
obj
-
reaction
- the reaction to store.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method