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
	 *
8
	 * @param vocabularyName
9
	 * @return the path of the vocabulary
10
	 */
11
	public String createXmlVocabulary(String vocabularyName);
12
13
}