Project

General

Profile

1
package eu.dnetlib.data.search.utils.vocabulary;
2

    
3
public interface VocabularyFactory {
4
	
5
	/**
6
	 * Creates an xml vocabulary file
7
	 * @param vocabularyName The name of the vocabulary
8
	 * @return the path of the vocabulary
9
	 */
10
	String createXmlVocabulary(String vocabularyName);
11

    
12
}
(8-8/13)