Project

General

Profile

1 17818 dimitra.ke
package eu.dnetlib.data.search.utils.vocabulary;
2 17557 katerina.i
3
public interface VocabularyFactory {
4
5
	/**
6
	 * Creates an xml vocabulary file
7 47323 katerina.i
	 * @param vocabularyName The name of the vocabulary
8 17557 katerina.i
	 * @return the path of the vocabulary
9
	 */
10 47316 katerina.i
	String createXmlVocabulary(String vocabularyName);
11 17557 katerina.i
12
}