Uses of Interface
feynman.framework.system.PhysicalMeasurement

Packages that use PhysicalMeasurement
feynman.framework.datastore   
 

Uses of PhysicalMeasurement in feynman.framework.datastore
 

Methods in feynman.framework.datastore with parameters of type PhysicalMeasurement
 void DataStore.save(PhysicalMeasurement pm)
          Method to save the PhysicalMeasurement bean to the data store.
 void FileDataStore.save(PhysicalMeasurement pm)
          Method to write the PhysicalMeasurement data to the file.
 void DbmsDataStore.save(PhysicalMeasurement ps)