Class DisabledClusteringPolicy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisabledClusteringPolicy

        public DisabledClusteringPolicy()
    • Method Detail

      • continueProcessing

        public 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.
        Specified by:
        continueProcessing in interface IResourceClusteringPolicy
        Parameters:
        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.
        Returns:
        true.