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

org.molgenis.data.annotation.web.AnnotationService Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.molgenis.data.annotation.web;

import org.molgenis.data.annotation.core.RepositoryAnnotator;
import org.molgenis.data.meta.model.EntityType;

import java.util.List;

/**
 * Created with IntelliJ IDEA. User: charbonb Date: 19/02/14 Time: 12:50 To change this template use File | Settings |
 * File Templates.
 */
public interface AnnotationService
{

	RepositoryAnnotator getAnnotatorByName(String annotatorName);

	List getAllAnnotators();

	List getAnnotatorsByMetaData(EntityType metaData);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy