All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.ac.ceh.components.vocab.Vocabulary Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
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