|
Ensembl Model v1.09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryRelationship<CLAZZ extends IdentifiableObject>
Method Summary | |
---|---|
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 |
Methods inherited from interface uk.ac.roslin.ensembl.model.relationship.GroupRelationship |
---|
getMembers, getRelationshipType, setRelationshipType |
Methods inherited from interface uk.ac.roslin.ensembl.model.IdentifiableObject |
---|
getDBVersion, getHashID, getId, getSchemaVersion, getType, setId |
Method Detail |
---|
void setSource(CLAZZ source)
source
- an IdentifiableObject referencevoid setTarget(CLAZZ target)
target
- The target IdentifiableObject in the relationshipIdentifiableObject getSource()
IdentifiableObject getTarget()
|
Ensembl Model v1.09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |