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

    
13
}
(10-10/15)