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

Uses of Interface
uk.ac.roslin.ensembl.model.IdentifiableObject

Packages that use IdentifiableObject
uk.ac.roslin.ensembl.model   
uk.ac.roslin.ensembl.model.compara   
uk.ac.roslin.ensembl.model.core   
uk.ac.roslin.ensembl.model.relationship   
 

Uses of IdentifiableObject in uk.ac.roslin.ensembl.model
 

Subinterfaces of IdentifiableObject in uk.ac.roslin.ensembl.model
 interface MappableObject
           
 

Uses of IdentifiableObject in uk.ac.roslin.ensembl.model.compara
 

Subinterfaces of IdentifiableObject in uk.ac.roslin.ensembl.model.compara
 interface HomologyPairRelationship<CLAZZ extends Gene>
          extends HomologyRelationship for those Relationships that are binary
 interface HomologyRelationship<CLAZZ extends Gene>
          Ensembl schema and PerlAPI claims that homology relationships are not necessarily only binary, i.e. the could have more than two members.
 

Uses of IdentifiableObject in uk.ac.roslin.ensembl.model.core
 

Subinterfaces of IdentifiableObject in uk.ac.roslin.ensembl.model.core
 interface AssembledDNASequence
           
 interface Chromosome
           
 interface CoreObject
           
 interface DNASequence
           
 interface Exon
           
 interface Feature
           
 interface Gene
           
 interface Transcript
           
 interface Translation
           
 

Uses of IdentifiableObject in uk.ac.roslin.ensembl.model.relationship
 

Classes in uk.ac.roslin.ensembl.model.relationship with type parameters of type IdentifiableObject
 interface BinaryRelationship<CLAZZ extends IdentifiableObject>
           
 interface GroupRelationship<CLAZZ extends IdentifiableObject>
           
 interface InverseBinaryRelationshipView<CLAZZ extends BinaryRelationship<? extends IdentifiableObject>>
           
 

Subinterfaces of IdentifiableObject in uk.ac.roslin.ensembl.model.relationship
 interface BinaryRelationship<CLAZZ extends IdentifiableObject>
           
 interface GroupRelationship<CLAZZ extends IdentifiableObject>
           
 

Methods in uk.ac.roslin.ensembl.model.relationship that return IdentifiableObject
 IdentifiableObject InverseBinaryRelationshipView.getSource()
          Returns the source Attributable in the relationship
 IdentifiableObject BinaryRelationship.getSource()
          Returns the source Attributable in the relationship
 IdentifiableObject InverseBinaryRelationshipView.getTarget()
          Returns the target IdentifiableObject in the relationship
 IdentifiableObject BinaryRelationship.getTarget()
          Returns the target IdentifiableObject in the relationship
 


Ensembl Model
v1.09

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