|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IResourceClusteringPolicy
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.emf.common.util.URI next,
int alreadyProcessed)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||