org.intermine.model.bio.Synonym 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 Synonym extends org.intermine.model.InterMineObject
{
public java.lang.String getValue();
public void setValue(final java.lang.String value);
public org.intermine.model.bio.BioEntity getSubject();
public void setSubject(final org.intermine.model.bio.BioEntity subject);
public void proxySubject(final org.intermine.objectstore.proxy.ProxyReference subject);
public org.intermine.model.InterMineObject proxGetSubject();
public java.util.Set getDataSets();
public void setDataSets(final java.util.Set dataSets);
public void addDataSets(final org.intermine.model.bio.DataSet arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy