Package feynman.framework.datastore

Interface Summary
DataStore Interface for defining data store capabilities within the framework for the PhysicalMeasurement bean.
 

Class Summary
DataStoreFactory Factory class for the creation of particular DataStore implementation.
DbmsDataStore  
FileDataStore File based implementation of the DataStore interface.
 

Exception Summary
ConnectionException Generic Exception to catch dbms connection or file IO exceptions.
InvalidDataStoreException Exception for when the user specifies and invalid data store type.