Package org.palladiosimulator.edp2.dao
Interface MetaDaoDelegate
-
- All Known Implementing Classes:
LocalDirectoryMetaDao
public interface MetaDaoDelegate extends MetaDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setParent(MetaDao parent)
-
Methods inherited from interface org.palladiosimulator.edp2.dao.Edp2Dao
canClose, canDelete, canOpen, close, delete, flush, isDeleted, isOpen, open
-
Methods inherited from interface org.palladiosimulator.edp2.dao.MetaDao
getMeasurementsDaoFactory
-
-
-
-
Method Detail
-
setParent
void setParent(MetaDao parent)
-
-