Interface EmfResourceDao


public interface EmfResourceDao
Interface for all EMF-model handling DAOs. Ensures that a common resource set can be used for all models which allow cross references.
  • Method Details

    • 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.