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

uk.ac.roslin.ensembl.model.compara
Interface HomologyPairRelationship<CLAZZ extends Gene>

All Superinterfaces:
BinaryRelationship<CLAZZ>, GroupRelationship<CLAZZ>, HomologyRelationship<CLAZZ>, IdentifiableObject, Serializable

public interface HomologyPairRelationship<CLAZZ extends Gene>
extends HomologyRelationship<CLAZZ>, BinaryRelationship<CLAZZ>

extends HomologyRelationship for those Relationships that are binary

Author:
tpaterso

Method Summary
 HomologyAlignmentProperties getSourceProperties()
           
 HomologyAlignmentProperties getTargetProperties()
           
 
Methods inherited from interface uk.ac.roslin.ensembl.model.compara.HomologyRelationship
getLastCommonAncestor, getRelationshipType, getSpecies
 
Methods inherited from interface uk.ac.roslin.ensembl.model.relationship.BinaryRelationship
getSource, getTarget, setSource, setTarget
 
Methods inherited from interface uk.ac.roslin.ensembl.model.relationship.GroupRelationship
getMembers, setRelationshipType
 
Methods inherited from interface uk.ac.roslin.ensembl.model.IdentifiableObject
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId
 

Method Detail

getSourceProperties

HomologyAlignmentProperties getSourceProperties()

getTargetProperties

HomologyAlignmentProperties getTargetProperties()

Ensembl Model
v1.09

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