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

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

package org.molgenis.data.annotation;

import java.util.List;

import org.molgenis.data.EntityMetaData;

/**
 * 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(EntityMetaData metaData);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy