Interface ResourceSetReferencingResourceSet

  • All Superinterfaces:
    org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.resource.ResourceSet
    All Known Implementing Classes:
    ResourceSetReferencingResourceSetImpl

    public interface ResourceSetReferencingResourceSet
    extends org.eclipse.emf.ecore.resource.ResourceSet
    • Field Summary

      • Fields inherited from interface org.eclipse.emf.ecore.resource.ResourceSet

        RESOURCE_SET__RESOURCES
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.emf.ecore.resource.ResourceSet> getReferencedResourceSets()  
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
      • Methods inherited from interface org.eclipse.emf.ecore.resource.ResourceSet

        createResource, createResource, getAdapterFactories, getAllContents, getEObject, getLoadOptions, getPackageRegistry, getResource, getResourceFactoryRegistry, getResources, getURIConverter, setPackageRegistry, setResourceFactoryRegistry, setURIConverter
    • Method Detail

      • getReferencedResourceSets

        java.util.List<org.eclipse.emf.ecore.resource.ResourceSet> getReferencedResourceSets()