public interface IResourceClusteringPolicy extends IResourceClusteringPolicy
Modifier and Type | Method and Description |
---|---|
boolean |
continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.emf.common.util.URI next,
int alreadyProcessed)
Determine whether another resource should be loaded into the resource set and be processed.
|
boolean continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.emf.common.util.URI next, int alreadyProcessed)
continueProcessing
in interface IResourceClusteringPolicy
resourceSet
- The resource set, containing all currently loaded resources.next
- The next URI to be processed. Can be null
if yet unknown.alreadyProcessed
- The number of already processed resources. Note that the resource set may contain more resources.true
if another resource should be processed, false
if a new cluster should be
created.