gov.nih.nlm.umls.meta
Interface RelationshipElement

All Known Subinterfaces:
RelationshipAttribute
All Known Implementing Classes:
RelationshipAttributeImpl

public interface RelationshipElement

Represents information about a data element with relationship identifiers.

Author:
Brian Carlsen, Deborah Shapiro

Method Summary
 Relationship getRelationship()
          Returns the Relationship to which this element is connected.
 void setRelationship(Relationship rel)
          Sets the Relationship to which this element is connected.
 

Method Detail

getRelationship

public Relationship getRelationship()
Returns the Relationship to which this element is connected.

Returns:
the Relationship to which this element is connected

setRelationship

public void setRelationship(Relationship rel)
Sets the Relationship to which this element is connected.

Parameters:
rel - the Relationship to which this element is connected


Copyright ©2005