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

Uses of Class
uk.ac.roslin.ensembl.model.relationship.RelationshipType

Packages that use RelationshipType
uk.ac.roslin.ensembl.model.compara   
uk.ac.roslin.ensembl.model.relationship   
 

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

Subclasses of RelationshipType in uk.ac.roslin.ensembl.model.compara
 class HomologyType
           
 

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

Fields in uk.ac.roslin.ensembl.model.relationship declared as RelationshipType
static RelationshipType RelationshipType.UNKNOWN
           
 

Methods in uk.ac.roslin.ensembl.model.relationship that return RelationshipType
 RelationshipType GroupRelationship.getRelationshipType()
          Gets the RelationshipType of this Relationship
static RelationshipType RelationshipType.getRelationshipType(String value)
           
 

Methods in uk.ac.roslin.ensembl.model.relationship that return types with arguments of type RelationshipType
static Collection<? extends RelationshipType> RelationshipType.getAllTypes()
           
 

Methods in uk.ac.roslin.ensembl.model.relationship with parameters of type RelationshipType
 void GroupRelationship.setRelationshipType(RelationshipType type)
          Sets the RelationshipType of this Relationship
 


Ensembl Model
v1.09

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