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

uk.ac.roslin.ensembl.model.relationship
Interface InverseBinaryRelationshipView<CLAZZ extends BinaryRelationship<? extends IdentifiableObject>>


public interface InverseBinaryRelationshipView<CLAZZ extends BinaryRelationship<? extends IdentifiableObject>>


Method Summary
 CLAZZ getBinaryRelationship()
          Returns the underlying binary relationship that this is a view on
 IdentifiableObject getSource()
          Returns the source Attributable in the relationship
 IdentifiableObject getTarget()
          Returns the target IdentifiableObject in the relationship
 

Method Detail

getSource

IdentifiableObject getSource()
Returns the source Attributable in the relationship

Returns:
IdentifiableObject reference

getTarget

IdentifiableObject getTarget()
Returns the target IdentifiableObject in the relationship

Returns:
IdentifiableObject target reference

getBinaryRelationship

CLAZZ getBinaryRelationship()
Returns the underlying binary relationship that this is a view on

Returns:

Ensembl Model
v1.09

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