Project

General

Profile

1
package eu.dnetlib.iis.export.actionmanager.module;
2

    
3

    
4
public interface ActionSetIdProvider {
5

    
6
	/**
7
	 * @param algorithmName
8
	 * @return
9
	 * @throws ActionSetMappingNotDefinedException when no action set identifier defined for given algorithm.
10
	 */
11
	String getActionSetId(AlgorithmName algorithmName) throws ActionSetMappingNotDefinedException; 
12
}
(4-4/19)