|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--feynman.framework.datastore.FileDataStore
File based implementation of the DataStore interface. This class makes use of the toString() method defined in the PhysicalMeasurement interface.
| Method Summary | |
void |
close()
Method to close the PhysicalMeasurement data file for writing. |
void |
open(java.lang.String source)
Method to open a file for writing PhysicalMeasurement data to. |
void |
save(PhysicalMeasurement pm)
Method to write the PhysicalMeasurement data to the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void open(java.lang.String source)
throws ConnectionException
open in interface DataStorepublic void save(PhysicalMeasurement pm)
save in interface DataStore
public void close()
throws ConnectionException
close in interface DataStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||