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

org.intermine.model.bio.Strain Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.intermine.model.bio;

public interface Strain extends org.intermine.model.bio.BioEntity
{
    public java.lang.String getAnnotationVersion();
    public void setAnnotationVersion(final java.lang.String annotationVersion);

    public java.lang.String getAssemblyVersion();
    public void setAssemblyVersion(final java.lang.String assemblyVersion);

    public java.util.Set getFeatures();
    public void setFeatures(final java.util.Set features);
    public void addFeatures(final org.intermine.model.bio.SequenceFeature arg);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy