Class MetaDaoImpl
- java.lang.Object
-
- org.palladiosimulator.edp2.dao.impl.Edp2DaoImpl
-
- org.palladiosimulator.edp2.dao.impl.MetaDaoImpl
-
- Direct Known Subclasses:
LocalDirectoryMetaDao
public abstract class MetaDaoImpl extends Edp2DaoImpl implements MetaDao
-
-
Constructor Summary
Constructors Constructor Description MetaDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MeasurementsDaoFactory
getMeasurementsDaoFactory()
Returns 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
-
-
-
-
Method Detail
-
getMeasurementsDaoFactory
public MeasurementsDaoFactory 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.
-
-