public class ESRoundRobinResourceSelectionStrategy extends Object implements ESResourceSelectionStrategy
ESResourceSelectionStrategy that selects each resource from the list of resources in a round-robin fashion.| Constructor and Description |
|---|
ESRoundRobinResourceSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.resource.Resource |
selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
Selects a
Resource from a list of given resources. |
public ESRoundRobinResourceSelectionStrategy()
public org.eclipse.emf.ecore.resource.Resource selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
Resource from a list of given resources.selectResource in interface ESResourceSelectionStrategyresources - the resources to select a resource fromESResourceSelectionStrategy.selectResource(java.util.List)Copyright © 2017. All rights reserved.