Package org.palladiosimulator.edp2.dao
Interface EmfResourceDao
-
public interface EmfResourceDaoInterface for all EMF-model handling DAOs. Ensures that a common resource set can be used for all models which allow cross references.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSetgetResourceSet()Gets the resource set in use.voidsetResourceSet(ResourceSet newResourceSet)Sets the EMF resource set for the DAO.
-
-
-
Method Detail
-
setResourceSet
void setResourceSet(ResourceSet newResourceSet)
Sets the EMF resource set for the DAO. Can only be set once.- Parameters:
newResourceSet- The new resource set.
-
getResourceSet
ResourceSet getResourceSet()
Gets the resource set in use.- Returns:
- the resource set.
-
-