Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.model
Interface MappableObject

All Superinterfaces:
IdentifiableObject, Serializable
All Known Subinterfaces:
AssembledDNASequence, Chromosome, DNASequence, Exon, Feature, Gene, Transcript

public interface MappableObject
extends IdentifiableObject, Serializable

Author:
tpaterso

Method Summary
 Boolean addMapping(Mapping mapping)
           
 void clearAllMappings()
           
 MappingSet getMappings()
           
 MappingSet getMappings(ObjectType targetType)
           
 
Methods inherited from interface uk.ac.roslin.ensembl.model.IdentifiableObject
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId
 

Method Detail

getMappings

MappingSet getMappings(ObjectType targetType)

getMappings

MappingSet getMappings()

addMapping

Boolean addMapping(Mapping mapping)

clearAllMappings

void clearAllMappings()

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3