Package org.palladiosimulator.edp2.dao
Interface MetaDao
- All Superinterfaces:
Edp2Dao
- All Known Subinterfaces:
LocalDirectoryRepository
,LocalMemoryRepository
,MetaDaoDelegate
,Repository
- All Known Implementing Classes:
LocalDirectoryMetaDao
,LocalDirectoryRepositoryImpl
,LocalMemoryRepositoryImpl
,LocalMemoryRepositoryImplGen
,MetaDaoImpl
,RepositoryImpl
,RepositoryImplGen
Interface for the access to any meta data in EDP2.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the factory for measurement DAOs in order to get access to the measurements.
-
Method Details
-
getMeasurementsDaoFactory
MeasurementsDaoFactory getMeasurementsDaoFactory()Returns the factory for measurement DAOs in order to get access to the measurements.- Returns:
- The measurements DAO factory.
-