public class DisabledClusteringPolicy extends java.lang.Object implements IResourceClusteringPolicy
| Constructor and Description | 
|---|
DisabledClusteringPolicy()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                  org.eclipse.emf.common.util.URI next,
                  int alreadyProcessed)
Returns always  
true to continue the processing in the very same resource set. | 
public boolean continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                         org.eclipse.emf.common.util.URI next,
                         int alreadyProcessed)
true to continue the processing in the very same resource set.continueProcessing in interface IResourceClusteringPolicyresourceSet - 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.