Class MetaDaoImpl
java.lang.Object
org.palladiosimulator.edp2.dao.impl.Edp2DaoImpl
org.palladiosimulator.edp2.dao.impl.MetaDaoImpl
- Direct Known Subclasses:
LocalDirectoryMetaDao
-
Constructor Summary
Constructors -
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:MetaDaoReturns the factory for measurement DAOs in order to get access to the measurements.- Specified by:
getMeasurementsDaoFactoryin interfaceMetaDao- Returns:
- The measurements DAO factory.
-