Package org.intermine.model.bio
Interface Strain
-
- All Superinterfaces:
Annotatable,BioEntity,org.intermine.model.FastPathObject,org.intermine.model.InterMineFastPathObject,org.intermine.model.InterMineObject
- All Known Implementing Classes:
StrainShadow
public interface Strain extends BioEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFeatures(SequenceFeature arg)java.lang.StringgetAnnotationVersion()java.lang.StringgetAssemblyVersion()java.util.Set<SequenceFeature>getFeatures()voidsetAnnotationVersion(java.lang.String annotationVersion)voidsetAssemblyVersion(java.lang.String assemblyVersion)voidsetFeatures(java.util.Set<SequenceFeature> features)-
Methods inherited from interface org.intermine.model.bio.Annotatable
addOntologyAnnotations, addPublications, getOntologyAnnotations, getPrimaryIdentifier, getPublications, setOntologyAnnotations, setPrimaryIdentifier, setPublications
-
Methods inherited from interface org.intermine.model.bio.BioEntity
addCrossReferences, addDataSets, addInteractions, addLocatedFeatures, addLocations, addSynonyms, getCrossReferences, getDataSets, getInteractions, getLocatedFeatures, getLocations, getName, getOrganism, getSecondaryIdentifier, getSymbol, getSynonyms, proxGetOrganism, proxyOrganism, setCrossReferences, setDataSets, setInteractions, setLocatedFeatures, setLocations, setName, setOrganism, setSecondaryIdentifier, setSymbol, setSynonyms
-
-
-
-
Method Detail
-
getAnnotationVersion
java.lang.String getAnnotationVersion()
-
setAnnotationVersion
void setAnnotationVersion(java.lang.String annotationVersion)
-
getAssemblyVersion
java.lang.String getAssemblyVersion()
-
setAssemblyVersion
void setAssemblyVersion(java.lang.String assemblyVersion)
-
getFeatures
java.util.Set<SequenceFeature> getFeatures()
-
setFeatures
void setFeatures(java.util.Set<SequenceFeature> features)
-
addFeatures
void addFeatures(SequenceFeature arg)
-
-