org.intermine.model.bio.Sequence 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 Sequence extends org.intermine.model.InterMineObject
{
public java.lang.String getMd5checksum();
public void setMd5checksum(final java.lang.String md5checksum);
public org.intermine.objectstore.query.ClobAccess getResidues();
public void setResidues(final org.intermine.objectstore.query.ClobAccess residues);
public int getLength();
public void setLength(final int length);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy