Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.model.core
Interface Assembly
public interface Assembly
- Author:
- paterson
getParent
AssembledDNASequence getParent()
setParent
void setParent(AssembledDNASequence parent)
getAssemblyStart
Integer getAssemblyStart()
setAssemblyStart
void setAssemblyStart(Integer assemblyStart)
getAssemblyStop
Integer getAssemblyStop()
setAssemblyStop
void setAssemblyStop(Integer assemblyStop)
getMappings
MappingSet getMappings()
throws DAOException
- Throws:
DAOException
getStitchedMappings
MappingSet getStitchedMappings()
throws DAOException
- Throws:
DAOException
Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3