public interface BinaryRelationship<CLAZZ extends IdentifiableObject> extends GroupRelationship<CLAZZ>
Modifier and Type | Method and Description |
---|---|
IdentifiableObject |
getSource()
Returns the source Attributable in the relationship
|
IdentifiableObject |
getTarget()
Returns the target IdentifiableObject in the relationship
|
void |
setSource(CLAZZ source)
sets the IdentifiableObject source in the relationship
|
void |
setTarget(CLAZZ target)
Sets the IdentifiableObject target in the relationship
|
getMembers, getRelationshipType, setRelationshipType
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId
void setSource(CLAZZ source)
source
- an IdentifiableObject referencevoid setTarget(CLAZZ target)
target
- The target IdentifiableObject in the relationshipIdentifiableObject getSource()
IdentifiableObject getTarget()
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3