org.intermine.model.bio.OntologyTermSynonym Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-reactome Show documentation
Show all versions of bio-source-reactome Show documentation
InterMine bio sources modules
The newest version!
package org.intermine.model.bio;
public interface OntologyTermSynonym extends org.intermine.model.InterMineObject
{
public java.lang.String getType();
public void setType(final java.lang.String type);
public java.lang.String getName();
public void setName(final java.lang.String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy