Class MetaDaoImpl
java.lang.Object
org.palladiosimulator.edp2.dao.impl.Edp2DaoImpl
org.palladiosimulator.edp2.dao.impl.MetaDaoImpl
- Direct Known Subclasses:
LocalDirectoryMetaDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the factory for measurement DAOs in order to get access to the measurements.Methods inherited from class org.palladiosimulator.edp2.dao.impl.Edp2DaoImpl
canClose, canDelete, canOpen, close, delete, isDeleted, isOpen, open, setClosed, setDeleted, setOpen
-
Constructor Details
-
MetaDaoImpl
public MetaDaoImpl()
-
-
Method Details
-
getMeasurementsDaoFactory
Description copied from interface:MetaDao
Returns the factory for measurement DAOs in order to get access to the measurements.- Specified by:
getMeasurementsDaoFactory
in interfaceMetaDao
- Returns:
- The measurements DAO factory.
-