org.eclipse.emf.emfstore.modelmutator
Interface ESResourceSelectionStrategy

All Known Implementing Classes:
ESRoundRobinResourceSelectionStrategy

public interface ESResourceSelectionStrategy

A ESResourceSelectionStrategy selects a resource from a given list of resources.

Since:
2.0
Author:
emueller

Method Summary
 org.eclipse.emf.ecore.resource.Resource selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
          Selects a Resource from a list of given resources.
 

Method Detail

selectResource

org.eclipse.emf.ecore.resource.Resource selectResource(List<org.eclipse.emf.ecore.resource.Resource> resources)
Selects a Resource from a list of given resources.

Parameters:
resources - the resources to select a resource from
Returns:
the selected resource


Copyright © 2015. All Rights Reserved.