org.intermine.model.bio.Strain Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-homologene Show documentation
Show all versions of bio-source-homologene Show documentation
InterMine bio sources modules
The 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