
uk.ac.ceh.components.vocab.Vocabulary Maven / Gradle / Ivy
package uk.ac.ceh.components.vocab;
import java.util.List;
/**
*
* @author CJOHN
*/
public interface Vocabulary {
public String getUrl();
public String getName();
public List getAllConcepts() throws VocabularyException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy